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

Balló György bgyorgy at archlinux.org
Mon Jan 30 04:38:09 UTC 2017


    Date: Monday, January 30, 2017 @ 04:38:08
  Author: bgyorgy
Revision: 209436

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-30 04:38:02 UTC (rev 209435)
+++ community-i686/PKGBUILD	2017-01-30 04:38:08 UTC (rev 209436)
@@ -1,32 +0,0 @@
-# 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-i686/PKGBUILD (from rev 209435, xapps/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-30 04:38:08 UTC (rev 209436)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alex Filgueira <alexfilgueira (at antergos.com)>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xapps
+pkgver=1.0.2
+pkgrel=2
+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=('1443e9f319763f8b90749ea9669880005f315af060f7bbaa2b4241b4c4ca49a4')
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    ./autogen.sh --prefix=/usr \
+        --localstatedir=/var \
+        --libexecdir=/usr/lib/${pkgname}
+    make
+}
+
+package(){
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-30 04:38:02 UTC (rev 209435)
+++ community-x86_64/PKGBUILD	2017-01-30 04:38:08 UTC (rev 209436)
@@ -1,32 +0,0 @@
-# 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 209435, xapps/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-30 04:38:08 UTC (rev 209436)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alex Filgueira <alexfilgueira (at antergos.com)>
+# Contributor: Nate Simon <aurpkg (at natesimon.net)>
+
+pkgname=xapps
+pkgver=1.0.2
+pkgrel=2
+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=('1443e9f319763f8b90749ea9669880005f315af060f7bbaa2b4241b4c4ca49a4')
+
+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