Loading ferm/PKGBUILD +4 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ # Contributor: Manuel Mazzuola <origin.of@gmail.com> pkgname=ferm pkgver=2.0.7 pkgrel=3 pkgver=2.0.8 pkgrel=1 pkgdesc="Easy iptables wrapper for mantaining complex firewalls" arch=('any') url="http://ferm.foo-projects.org/" Loading @@ -17,7 +17,7 @@ source=( conf.d ferm.conf ) md5sums=('3446f96a19c579cc628ac66dc7cd81ba' md5sums=('0de2330475bc074b8bf9f41cdfc3fdc5' 'b88448c62f37d6400fdde412467ceefc' 'beac7f5a6e44094637954161b2786dd4' '314ebaf66abbe754850449359620e2d8') Loading kernel-next/PKGBUILD +1 −1 Original line number Diff line number Diff line # Maintainer: Sebastien Luttringer <seblu@seblu.net> pkgname=kernel-next pkgver=2.6.36_next_20101029 pkgver=2.6.37_rc1_next_20101111 pkgrel=1 makedepends=('gcc' 'bzip2') arch=('x86_64') Loading kernel-rwolf/patch.d/2-2-ACPI-battery-update-battery-status-first-when-querying-from-sysfs.patch +10 −3 Original line number Diff line number Diff line Index: linux-2.6/drivers/acpi/battery.c =================================================================== --- linux-2.6.orig/drivers/acpi/battery.c +++ linux-2.6/drivers/acpi/battery.c @@ -184,6 +184,9 @@ static int acpi_battery_get_property(str @@ -177,6 +177,8 @@ static int acpi_battery_is_charged(struc return 0; } +static int acpi_battery_update(struct acpi_battery *battery); + static int acpi_battery_get_property(struct power_supply *psy, enum power_supply_property psp, union power_supply_propval *val) @@ -184,6 +186,9 @@ static int acpi_battery_get_property(str int ret = 0; struct acpi_battery *battery = to_acpi_battery(psy); Loading Loading
ferm/PKGBUILD +4 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ # Contributor: Manuel Mazzuola <origin.of@gmail.com> pkgname=ferm pkgver=2.0.7 pkgrel=3 pkgver=2.0.8 pkgrel=1 pkgdesc="Easy iptables wrapper for mantaining complex firewalls" arch=('any') url="http://ferm.foo-projects.org/" Loading @@ -17,7 +17,7 @@ source=( conf.d ferm.conf ) md5sums=('3446f96a19c579cc628ac66dc7cd81ba' md5sums=('0de2330475bc074b8bf9f41cdfc3fdc5' 'b88448c62f37d6400fdde412467ceefc' 'beac7f5a6e44094637954161b2786dd4' '314ebaf66abbe754850449359620e2d8') Loading
kernel-next/PKGBUILD +1 −1 Original line number Diff line number Diff line # Maintainer: Sebastien Luttringer <seblu@seblu.net> pkgname=kernel-next pkgver=2.6.36_next_20101029 pkgver=2.6.37_rc1_next_20101111 pkgrel=1 makedepends=('gcc' 'bzip2') arch=('x86_64') Loading
kernel-rwolf/patch.d/2-2-ACPI-battery-update-battery-status-first-when-querying-from-sysfs.patch +10 −3 Original line number Diff line number Diff line Index: linux-2.6/drivers/acpi/battery.c =================================================================== --- linux-2.6.orig/drivers/acpi/battery.c +++ linux-2.6/drivers/acpi/battery.c @@ -184,6 +184,9 @@ static int acpi_battery_get_property(str @@ -177,6 +177,8 @@ static int acpi_battery_is_charged(struc return 0; } +static int acpi_battery_update(struct acpi_battery *battery); + static int acpi_battery_get_property(struct power_supply *psy, enum power_supply_property psp, union power_supply_propval *val) @@ -184,6 +186,9 @@ static int acpi_battery_get_property(str int ret = 0; struct acpi_battery *battery = to_acpi_battery(psy); Loading