Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=13b7864a94d16a4cc726f7ec9c65281787b5c04d
commit 13b7864a94d16a4cc726f7ec9c65281787b5c04d Author: Baste <[email protected]> Date: Tue Apr 9 15:25:55 2013 +0200 upower-0.9.19-3-x86_64 * Move to xapps diff --git a/source/apps/upower/FrugalBuild b/source/xapps/upower/FrugalBuild similarity index 94% rename from source/apps/upower/FrugalBuild rename to source/xapps/upower/FrugalBuild index d953f36..bc0a1d7 100644 --- a/source/apps/upower/FrugalBuild +++ b/source/xapps/upower/FrugalBuild @@ -2,14 +2,16 @@ # Maintainer: Baste <[email protected]> # Contributor: bouleetbil <[email protected]> +options+=('asneeded') + pkgname=upower pkgver=0.9.19 -pkgrel=2 +pkgrel=3 pkgdesc="upower provides a daemon, API and command line tools for managing power devices attached to the system." url="http://upower.freedesktop.org" depends=('libxml2>=2.7.8' 'dbus-glib' 'polkit' 'libusb' 'pm-utils' 'libimobiledevice>=1.1.5' 'libusb1' 'systemd>=188') makedepends=('intltool' 'gobject-introspection') -groups=('apps') +groups=('xapps') archs=('i686' 'x86_64') up2date="Flasttar http://upower.freedesktop.org/releases/" source=(http://upower.freedesktop.org/releases/$pkgname-$pkgver.tar.xz) _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
