Date: Friday, September 30, 2016 @ 12:53:12
  Author: heftig
Revision: 191081

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

Added:
  gnome-software/repos/community-testing-i686/
  gnome-software/repos/community-testing-i686/PKGBUILD
    (from rev 191079, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/community-testing-x86_64/
  gnome-software/repos/community-testing-x86_64/PKGBUILD
    (from rev 191079, gnome-software/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: gnome-software/repos/community-testing-i686/PKGBUILD (from rev 191079, 
gnome-software/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2016-09-30 12:53:12 UTC (rev 191081)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Yosef Or Boczko <[email protected]>
+
+pkgname=gnome-software
+pkgver=3.22.0+23+g9812711
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+arch=(i686 x86_64)
+license=(GPL2)
+url="https://wiki.gnome.org/Apps/Software/";
+depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
flatpak
+         desktop-file-utils archlinux-appstream-data gtkspell3 libgudev)
+makedepends=(intltool python docbook-xsl gnome-common git)
+_commit=981271136fd0e6e14a0bffd04493be8d27c240de  # gnome-3-22
+source=("git://git.gnome.org/gnome-software#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --disable-schemas-compile --disable-packagekit \
+    --enable-flatpak --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-software/repos/community-testing-x86_64/PKGBUILD (from rev 
191079, gnome-software/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-09-30 12:53:12 UTC (rev 191081)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Yosef Or Boczko <[email protected]>
+
+pkgname=gnome-software
+pkgver=3.22.0+23+g9812711
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+arch=(i686 x86_64)
+license=(GPL2)
+url="https://wiki.gnome.org/Apps/Software/";
+depends=(gtk3 appstream-glib libsoup gsettings-desktop-schemas gnome-desktop 
flatpak
+         desktop-file-utils archlinux-appstream-data gtkspell3 libgudev)
+makedepends=(intltool python docbook-xsl gnome-common git)
+_commit=981271136fd0e6e14a0bffd04493be8d27c240de  # gnome-3-22
+source=("git://git.gnome.org/gnome-software#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-static --disable-schemas-compile --disable-packagekit \
+    --enable-flatpak --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to