[arch-commits] Commit in xclip/repos (4 files)
Gaetan Bisson
bisson at archlinux.org
Mon Feb 22 00:17:15 UTC 2016
Date: Monday, February 22, 2016 @ 01:17:15
Author: bisson
Revision: 260132
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xclip/repos/extra-i686/PKGBUILD
(from rev 260131, xclip/trunk/PKGBUILD)
xclip/repos/extra-x86_64/PKGBUILD
(from rev 260131, xclip/trunk/PKGBUILD)
Deleted:
xclip/repos/extra-i686/PKGBUILD
xclip/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 26 ----------------------
extra-x86_64/PKGBUILD | 26 ----------------------
3 files changed, 56 insertions(+), 52 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-02-22 00:16:29 UTC (rev 260131)
+++ extra-i686/PKGBUILD 2016-02-22 00:17:15 UTC (rev 260132)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=xclip
-pkgver=0.12
-pkgrel=4
-pkgdesc='Command line interface to the X11 clipboard'
-url='http://sourceforge.net/projects/xclip'
-license=('GPL')
-depends=('libxmu')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/sourceforge/xclip/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: xclip/repos/extra-i686/PKGBUILD (from rev 260131, xclip/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-22 00:17:15 UTC (rev 260132)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=xclip
+pkgver=0.12.git.20160201
+pkgrel=1
+pkgdesc='Command line interface to the X11 clipboard'
+url='http://sourceforge.net/projects/xclip'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxmu')
+makedepends=('git')
+source=('git+https://github.com/astrand/xclip#commit=e2dd115d66ecf5c772fd5359362990c17ee0defd')
+sha1sums=('SKIP')
+
+build() {
+ cd "${srcdir}/${pkgname}"
+ ./bootstrap
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-02-22 00:16:29 UTC (rev 260131)
+++ extra-x86_64/PKGBUILD 2016-02-22 00:17:15 UTC (rev 260132)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Committer: Manolis Tzanidakis <manolis at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=xclip
-pkgver=0.12
-pkgrel=4
-pkgdesc='Command line interface to the X11 clipboard'
-url='http://sourceforge.net/projects/xclip'
-license=('GPL')
-depends=('libxmu')
-arch=('i686' 'x86_64')
-source=("http://downloads.sourceforge.net/sourceforge/xclip/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: xclip/repos/extra-x86_64/PKGBUILD (from rev 260131, xclip/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-02-22 00:17:15 UTC (rev 260132)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=xclip
+pkgver=0.12.git.20160201
+pkgrel=1
+pkgdesc='Command line interface to the X11 clipboard'
+url='http://sourceforge.net/projects/xclip'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxmu')
+makedepends=('git')
+source=('git+https://github.com/astrand/xclip#commit=e2dd115d66ecf5c772fd5359362990c17ee0defd')
+sha1sums=('SKIP')
+
+build() {
+ cd "${srcdir}/${pkgname}"
+ ./bootstrap
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list