[arch-commits] Commit in gnome-software/repos (4 files)

Jan Steffens heftig at archlinux.org
Sat Apr 22 12:59:33 UTC 2017


    Date: Saturday, April 22, 2017 @ 12:59:32
  Author: heftig
Revision: 224358

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 224357, gnome-software/trunk/PKGBUILD)
  gnome-software/repos/community-testing-x86_64/
  gnome-software/repos/community-testing-x86_64/PKGBUILD
    (from rev 224357, gnome-software/trunk/PKGBUILD)

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

Copied: gnome-software/repos/community-testing-i686/PKGBUILD (from rev 224357, gnome-software/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-04-22 12:59:32 UTC (rev 224358)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Yosef Or Boczko <yoseforb at gnome.org>
+
+pkgname=gnome-software
+pkgver=3.24.1
+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
+         packagekit archlinux-appstream-data gtkspell3 libgudev)
+makedepends=(intltool python docbook-xsl gnome-common git valgrind)
+_commit=99022e01f849d030242f83ce9731e6280cb618b6  # tags/GNOME_SOFTWARE_3_24_1^0
+source=("git+https://git.gnome.org/browse/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 \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --disable-schemas-compile \
+    --enable-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 224357, gnome-software/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-04-22 12:59:32 UTC (rev 224358)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Yosef Or Boczko <yoseforb at gnome.org>
+
+pkgname=gnome-software
+pkgver=3.24.1
+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
+         packagekit archlinux-appstream-data gtkspell3 libgudev)
+makedepends=(intltool python docbook-xsl gnome-common git valgrind)
+_commit=99022e01f849d030242f83ce9731e6280cb618b6  # tags/GNOME_SOFTWARE_3_24_1^0
+source=("git+https://git.gnome.org/browse/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 \
+    --libexecdir=/usr/lib/$pkgname \
+    --disable-static \
+    --disable-schemas-compile \
+    --enable-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
+}



More information about the arch-commits mailing list