[arch-commits] Commit in slop/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Oct 23 17:48:57 UTC 2014
Date: Thursday, October 23, 2014 @ 19:48:57
Author: bpiotrowski
Revision: 121317
archrelease: copy trunk to community-i686, community-x86_64
Added:
slop/repos/community-i686/PKGBUILD
(from rev 121316, slop/trunk/PKGBUILD)
slop/repos/community-x86_64/PKGBUILD
(from rev 121316, slop/trunk/PKGBUILD)
Deleted:
slop/repos/community-i686/PKGBUILD
slop/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 50 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 22 -------------------
community-x86_64/PKGBUILD | 22 -------------------
3 files changed, 50 insertions(+), 44 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-10-23 17:48:43 UTC (rev 121316)
+++ community-i686/PKGBUILD 2014-10-23 17:48:57 UTC (rev 121317)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: naelstrof <naelstrof at gmail.com>
-
-pkgname=slop
-pkgver=3.1.5
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'gcc-libs')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('8dc4c3d0e03cfd883919c9d14800baec')
-
-build() {
- make -C $pkgname-$pkgver
-}
-
-package() {
- make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}
Copied: slop/repos/community-i686/PKGBUILD (from rev 121316, slop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-23 17:48:57 UTC (rev 121317)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: naelstrof <naelstrof at gmail.com>
+
+pkgname=slop
+pkgver=3.1.9
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('92b0d2e511d0c7de6be513b3d29af480')
+
+build() {
+ cd $pkgname-$pkgver
+ cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+ make
+}
+
+package() {
+ make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-10-23 17:48:43 UTC (rev 121316)
+++ community-x86_64/PKGBUILD 2014-10-23 17:48:57 UTC (rev 121317)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: naelstrof <naelstrof at gmail.com>
-
-pkgname=slop
-pkgver=3.1.5
-pkgrel=1
-pkgdesc='Utility to query the user for a selection and print the region to stdout'
-arch=('i686' 'x86_64')
-url='https://github.com/naelstrof/slop'
-license=('GPL3')
-depends=('libxext' 'libx11' 'gcc-libs')
-source=($url/archive/v$pkgver.tar.gz)
-md5sums=('8dc4c3d0e03cfd883919c9d14800baec')
-
-build() {
- make -C $pkgname-$pkgver
-}
-
-package() {
- make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-}
Copied: slop/repos/community-x86_64/PKGBUILD (from rev 121316, slop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-23 17:48:57 UTC (rev 121317)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: naelstrof <naelstrof at gmail.com>
+
+pkgname=slop
+pkgver=3.1.9
+pkgrel=1
+pkgdesc='Utility to query the user for a selection and print the region to stdout'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/slop'
+license=('GPL3')
+depends=('libxext' 'libx11' 'gcc-libs')
+makedepends=('cmake')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('92b0d2e511d0c7de6be513b3d29af480')
+
+build() {
+ cd $pkgname-$pkgver
+ cmake -DCMAKE_INSTALL_PREFIX=/usr/bin . .
+ make
+}
+
+package() {
+ make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list