Date: Monday, September 11, 2017 @ 21:26:13
  Author: eworm
Revision: 257044

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |  114 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   57 ----------------------
 community-x86_64/PKGBUILD |   57 ----------------------
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-09-11 21:25:53 UTC (rev 257043)
+++ community-i686/PKGBUILD     2017-09-11 21:26:13 UTC (rev 257044)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <m...@eworm.de>
-# Contributor: Jonathan Conder <jonno.con...@gmail.com>
-
-pkgname='packagekit'
-pkgver=1.1.6
-pkgrel=1
-pkgdesc='A system designed to make installation and updates of packages easier'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
-       'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
-optdepends=('networkmanager: detect connection status'
-       'bash-completion: command completion in bash')
-backup=('var/lib/PackageKit/transactions.db'
-       'etc/PackageKit/alpm.d/pacman.conf'
-       'etc/PackageKit/alpm.d/repos.list')
-validpgpkeys=(
-       '163EB50119225DB3DF8F49EA17ACBA8DFA970E17'      # Richard Hughes 
<rich...@hughsie.com>
-       'EC60AABDF42AAE8FB062640480858FA38F62AF74')     # Kalev Lember 
<klem...@redhat.com>
-source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('8c1e1e057fc29aca795f70a4976d105a3cc03961492fbd6c752c841afe45107c'
-            '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-browser-plugin \
-               --disable-gstreamer-plugin \
-               --disable-gtk-module \
-               --disable-command-not-found \
-               --disable-cron \
-               --disable-dummy \
-               --enable-alpm
-       make
-}
-
-package() {
-       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
-}
-

Copied: packagekit/repos/community-i686/PKGBUILD (from rev 257043, 
packagekit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-09-11 21:26:13 UTC (rev 257044)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse <m...@eworm.de>
+# Contributor: Jonathan Conder <jonno.con...@gmail.com>
+
+pkgname='packagekit'
+pkgver=1.1.7
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+       'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
+optdepends=('networkmanager: detect connection status'
+       'bash-completion: command completion in bash')
+backup=('var/lib/PackageKit/transactions.db'
+       'etc/PackageKit/alpm.d/pacman.conf'
+       'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=(
+       '163EB50119225DB3DF8F49EA17ACBA8DFA970E17'      # Richard Hughes 
<rich...@hughsie.com>
+       'EC60AABDF42AAE8FB062640480858FA38F62AF74')     # Kalev Lember 
<klem...@redhat.com>
+source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('9fe34ee5657e45267e829bc7a1c9cf4d024e0ea00d3accfb40dda4be8cac606a'
+            '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-browser-plugin \
+               --disable-gstreamer-plugin \
+               --disable-gtk-module \
+               --disable-command-not-found \
+               --disable-cron \
+               --disable-dummy \
+               --enable-alpm
+       make
+}
+
+package() {
+       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
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-09-11 21:25:53 UTC (rev 257043)
+++ community-x86_64/PKGBUILD   2017-09-11 21:26:13 UTC (rev 257044)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <m...@eworm.de>
-# Contributor: Jonathan Conder <jonno.con...@gmail.com>
-
-pkgname='packagekit'
-pkgver=1.1.6
-pkgrel=1
-pkgdesc='A system designed to make installation and updates of packages easier'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
-makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
-       'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
-optdepends=('networkmanager: detect connection status'
-       'bash-completion: command completion in bash')
-backup=('var/lib/PackageKit/transactions.db'
-       'etc/PackageKit/alpm.d/pacman.conf'
-       'etc/PackageKit/alpm.d/repos.list')
-validpgpkeys=(
-       '163EB50119225DB3DF8F49EA17ACBA8DFA970E17'      # Richard Hughes 
<rich...@hughsie.com>
-       'EC60AABDF42AAE8FB062640480858FA38F62AF74')     # Kalev Lember 
<klem...@redhat.com>
-source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
-sha256sums=('8c1e1e057fc29aca795f70a4976d105a3cc03961492fbd6c752c841afe45107c'
-            '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-browser-plugin \
-               --disable-gstreamer-plugin \
-               --disable-gtk-module \
-               --disable-command-not-found \
-               --disable-cron \
-               --disable-dummy \
-               --enable-alpm
-       make
-}
-
-package() {
-       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
-}
-

Copied: packagekit/repos/community-x86_64/PKGBUILD (from rev 257043, 
packagekit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-11 21:26:13 UTC (rev 257044)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse <m...@eworm.de>
+# Contributor: Jonathan Conder <jonno.con...@gmail.com>
+
+pkgname='packagekit'
+pkgver=1.1.7
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+       'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
+optdepends=('networkmanager: detect connection status'
+       'bash-completion: command completion in bash')
+backup=('var/lib/PackageKit/transactions.db'
+       'etc/PackageKit/alpm.d/pacman.conf'
+       'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=(
+       '163EB50119225DB3DF8F49EA17ACBA8DFA970E17'      # Richard Hughes 
<rich...@hughsie.com>
+       'EC60AABDF42AAE8FB062640480858FA38F62AF74')     # Kalev Lember 
<klem...@redhat.com>
+source=("https://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+sha256sums=('9fe34ee5657e45267e829bc7a1c9cf4d024e0ea00d3accfb40dda4be8cac606a'
+            '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-browser-plugin \
+               --disable-gstreamer-plugin \
+               --disable-gtk-module \
+               --disable-command-not-found \
+               --disable-cron \
+               --disable-dummy \
+               --enable-alpm
+       make
+}
+
+package() {
+       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
+}
+

Reply via email to