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

Antonio Rojas arojas at archlinux.org
Sun May 14 21:20:38 UTC 2017


    Date: Sunday, May 14, 2017 @ 21:20:38
  Author: arojas
Revision: 228071

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

Added:
  xapps/repos/community-testing-i686/
  xapps/repos/community-testing-i686/PKGBUILD
    (from rev 228070, xapps/trunk/PKGBUILD)
  xapps/repos/community-testing-x86_64/
  xapps/repos/community-testing-x86_64/PKGBUILD
    (from rev 228070, xapps/trunk/PKGBUILD)

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

Copied: xapps/repos/community-testing-i686/PKGBUILD (from rev 228070, xapps/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-05-14 21:20:38 UTC (rev 228071)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alex Filgueira <alexfilgueira (at antergos.com)>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xapps
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('i686' 'x86_64')
+url='https://github.com/linuxmint/xapps'
+license=('GPL')
+depends=('libgnomekbd' 'python')
+makedepends=('gnome-common' 'gobject-introspection')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('bb1b89b586eec67fc109140de791710c5b4ec488b01ef3ac261e288a27b4797e')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    ./autogen.sh --prefix=/usr \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib/${pkgname}
+    make
+}
+
+package(){
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="$pkgdir" install
+}
+

Copied: xapps/repos/community-testing-x86_64/PKGBUILD (from rev 228070, xapps/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-05-14 21:20:38 UTC (rev 228071)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alex Filgueira <alexfilgueira (at antergos.com)>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xapps
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('i686' 'x86_64')
+url='https://github.com/linuxmint/xapps'
+license=('GPL')
+depends=('libgnomekbd' 'python')
+makedepends=('gnome-common' 'gobject-introspection')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('bb1b89b586eec67fc109140de791710c5b4ec488b01ef3ac261e288a27b4797e')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    ./autogen.sh --prefix=/usr \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib/${pkgname}
+    make
+}
+
+package(){
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list