[arch-commits] Commit in packagekit/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Sep 25 18:35:39 UTC 2018


    Date: Tuesday, September 25, 2018 @ 18:35:39
  Author: eworm
Revision: 385082

archrelease: copy trunk to community-x86_64

Added:
  packagekit/repos/community-x86_64/PKGBUILD
    (from rev 385081, packagekit/trunk/PKGBUILD)
Deleted:
  packagekit/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  135 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 67 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-25 18:35:30 UTC (rev 385081)
+++ PKGBUILD	2018-09-25 18:35:39 UTC (rev 385082)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Jonathan Conder <jonno.conder at gmail.com>
-
-pkgbase='packagekit'
-pkgname=('packagekit' 'libpackagekit-glib')
-pkgver=1.1.10
-pkgrel=2
-pkgdesc='A system designed to make installation and updates of packages easier'
-arch=('x86_64')
-url='https://www.freedesktop.org/software/PackageKit/'
-license=('GPL')
-makedepends=('polkit' 'sqlite' 'gobject-introspection' 'gtk-doc' 'intltool'
-             'bash-completion' 'vala' 'autoconf-archive')
-options=('!emptydirs')
-validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'	# Richard Hughes <richard at hughsie.com>
-              'EC60AABDF42AAE8FB062640480858FA38F62AF74')	# Kalev Lember <klember at redhat.com>
-source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('4bc4061420e6fc831e1eeab167bc3e096da0d132282fbd0d1d9a5426c4aa4ed7'
-            'SKIP')
-
-build() {
-	cd "${srcdir}/PackageKit-${pkgver}"
-
-	./autogen.sh --prefix=/usr \
-		--sysconfdir=/etc \
-		--localstatedir=/var \
-		--libexecdir=/usr/lib/PackageKit \
-		--with-dbus-sys=/usr/share/dbus-1/system.d \
-		--disable-static \
-		--disable-gtk-doc \
-		--disable-local \
-		--disable-gstreamer-plugin \
-		--disable-gtk-module \
-		--disable-command-not-found \
-		--disable-cron \
-		--disable-dummy \
-		--enable-alpm
-	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-	make
-}
-
-package_packagekit() {
-	depends=('libpackagekit-glib' 'pacman>=5.0.0' 'polkit' 'sqlite')
-	optdepends=('bash-completion: command completion in bash')
-	backup=('var/lib/PackageKit/transactions.db'
-		'etc/PackageKit/alpm.d/pacman.conf'
-		'etc/PackageKit/alpm.d/repos.list')
-
-	cd "${srcdir}/PackageKit-${pkgver}"
-
-	# install directory with root owner, polkit group and
-	# correct permission
-	install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
-
-	make DESTDIR="${pkgdir}" install
-	make -C lib DESTDIR="${pkgdir}" uninstall
-	make -C docs DESTDIR="${pkgdir}" uninstall
-}
-
-package_libpackagekit-glib() {
-	pkgdesc='GLib library for accessing PackageKit'
-	depends=('glib2')
-
-	cd "${srcdir}/PackageKit-${pkgver}"
-	make -C lib DESTDIR="${pkgdir}" install
-	make -C docs DESTDIR="${pkgdir}" install
-}

Copied: packagekit/repos/community-x86_64/PKGBUILD (from rev 385081, packagekit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-25 18:35:39 UTC (rev 385082)
@@ -0,0 +1,67 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Jonathan Conder <jonno.conder at gmail.com>
+
+pkgbase='packagekit'
+pkgname=('packagekit' 'libpackagekit-glib')
+pkgver=1.1.11
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('x86_64')
+url='https://www.freedesktop.org/software/PackageKit/'
+license=('GPL')
+makedepends=('polkit' 'sqlite' 'gobject-introspection' 'gtk-doc' 'intltool'
+             'bash-completion' 'vala' 'autoconf-archive')
+options=('!emptydirs')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17'	# Richard Hughes <richard at hughsie.com>
+              'EC60AABDF42AAE8FB062640480858FA38F62AF74')	# Kalev Lember <klember at redhat.com>
+source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('38c059b9db11180e2fa2607a4688f5a8310267afd58a6475817f004f8ae5263a'
+            'SKIP')
+
+build() {
+	cd "${srcdir}/PackageKit-${pkgver}"
+
+	./autogen.sh --prefix=/usr \
+		--sysconfdir=/etc \
+		--localstatedir=/var \
+		--libexecdir=/usr/lib/PackageKit \
+		--with-dbus-sys=/usr/share/dbus-1/system.d \
+		--disable-static \
+		--disable-gtk-doc \
+		--disable-local \
+		--disable-gstreamer-plugin \
+		--disable-gtk-module \
+		--disable-command-not-found \
+		--disable-cron \
+		--disable-dummy \
+		--enable-alpm
+	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+	make
+}
+
+package_packagekit() {
+	depends=('libpackagekit-glib' 'pacman>=5.0.0' 'polkit' 'sqlite')
+	optdepends=('bash-completion: command completion in bash')
+	backup=('var/lib/PackageKit/transactions.db'
+		'etc/PackageKit/alpm.d/pacman.conf'
+		'etc/PackageKit/alpm.d/repos.list')
+
+	cd "${srcdir}/PackageKit-${pkgver}"
+
+	# install directory with root owner, polkit group and
+	# correct permission
+	install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+
+	make DESTDIR="${pkgdir}" install
+	make -C lib DESTDIR="${pkgdir}" uninstall
+	make -C docs DESTDIR="${pkgdir}" uninstall
+}
+
+package_libpackagekit-glib() {
+	pkgdesc='GLib library for accessing PackageKit'
+	depends=('glib2')
+
+	cd "${srcdir}/PackageKit-${pkgver}"
+	make -C lib DESTDIR="${pkgdir}" install
+	make -C docs DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list