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

Alexandre Filgueira faidoc at archlinux.org
Tue Nov 8 17:25:02 UTC 2016


    Date: Tuesday, November 8, 2016 @ 17:25:02
  Author: faidoc
Revision: 195152

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

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

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: xapps/repos/community-i686/PKGBUILD (from rev 195151, xapps/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-08 17:25:02 UTC (rev 195152)
@@ -0,0 +1,32 @@
+# Maintainer: Alex Filgueira <alexfilgueira (at antergos.com)>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xapps
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'python3')
+makedepends=('gnome-common' 'gobject-introspection')
+provides=($_pkgname)
+conflicts=('xapps-git')
+url='https://github.com/linuxmint/xapps'
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('7d6aed5ca7c015ca0ad5c50e24633bd5')
+
+build() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+
+    ./autogen.sh --prefix="/usr" \
+        --localstatedir="/var" \
+        --libexecdir="/usr/lib/${pkgname}"
+    make
+}
+
+package(){
+    cd ${srcdir}/${pkgname}-${pkgver}
+    make DESTDIR="$pkgdir/" install
+}
+

Copied: xapps/repos/community-x86_64/PKGBUILD (from rev 195151, xapps/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-08 17:25:02 UTC (rev 195152)
@@ -0,0 +1,32 @@
+# Maintainer: Alex Filgueira <alexfilgueira (at antergos.com)>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xapps
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgnomekbd' 'python3')
+makedepends=('gnome-common' 'gobject-introspection')
+provides=($_pkgname)
+conflicts=('xapps-git')
+url='https://github.com/linuxmint/xapps'
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('7d6aed5ca7c015ca0ad5c50e24633bd5')
+
+build() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+
+    ./autogen.sh --prefix="/usr" \
+        --localstatedir="/var" \
+        --libexecdir="/usr/lib/${pkgname}"
+    make
+}
+
+package(){
+    cd ${srcdir}/${pkgname}-${pkgver}
+    make DESTDIR="$pkgdir/" install
+}
+



More information about the arch-commits mailing list