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

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 16:24:43 UTC 2015


    Date: Sunday, December 6, 2015 @ 17:24:43
  Author: foutrelis
Revision: 148869

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

Added:
  slop/repos/community-staging-i686/
  slop/repos/community-staging-i686/PKGBUILD
    (from rev 148868, slop/trunk/PKGBUILD)
  slop/repos/community-staging-x86_64/
  slop/repos/community-staging-x86_64/PKGBUILD
    (from rev 148868, slop/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   25 +++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

Copied: slop/repos/community-staging-i686/PKGBUILD (from rev 148868, slop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 16:24:43 UTC (rev 148869)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: naelstrof <naelstrof at gmail.com>
+
+pkgname=slop
+pkgver=4.2.20
+pkgrel=2
+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' 'imlib2' 'mesa' 'glew' 'libxrandr')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
+md5sums=('9cf6b5b85a5f58f3017e042c1fab5692')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Copied: slop/repos/community-staging-x86_64/PKGBUILD (from rev 148868, slop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 16:24:43 UTC (rev 148869)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: naelstrof <naelstrof at gmail.com>
+
+pkgname=slop
+pkgver=4.2.20
+pkgrel=2
+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' 'imlib2' 'mesa' 'glew' 'libxrandr')
+makedepends=('cmake' 'glm')
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz")
+md5sums=('9cf6b5b85a5f58f3017e042c1fab5692')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr . .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list