[arch-commits] Commit in xclip/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Wed Oct 3 23:14:08 UTC 2018


    Date: Wednesday, October 3, 2018 @ 23:14:07
  Author: bisson
Revision: 335739

archrelease: copy trunk to extra-x86_64

Added:
  xclip/repos/extra-x86_64/PKGBUILD
    (from rev 335738, xclip/trunk/PKGBUILD)
Deleted:
  xclip/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 23:13:51 UTC (rev 335738)
+++ PKGBUILD	2018-10-03 23:14:07 UTC (rev 335739)
@@ -1,28 +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.13
-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=9aa7090c3b8b437c6489edca32ae43d82e0c1281')
-sha1sums=('SKIP')
-
-build() {
-	cd "${srcdir}/${pkgname}"
-	./bootstrap
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: xclip/repos/extra-x86_64/PKGBUILD (from rev 335738, xclip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-03 23:14:07 UTC (rev 335739)
@@ -0,0 +1,27 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Committer: Manolis Tzanidakis <manolis at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=xclip
+pkgver=0.13
+pkgrel=2
+pkgdesc='Command line interface to the X11 clipboard'
+url='https://github.com/astrand/xclip'
+arch=('x86_64')
+license=('GPL')
+depends=('libxmu')
+makedepends=('git')
+source=('git+https://github.com/astrand/xclip#commit=9aa7090c3b8b437c6489edca32ae43d82e0c1281')
+sha256sums=('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