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

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 8 00:02:55 UTC 2016


    Date: Monday, February 8, 2016 @ 01:02:54
  Author: foutrelis
Revision: 160583

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 160582, slop/trunk/PKGBUILD)
  slop/repos/community-staging-x86_64/
  slop/repos/community-staging-x86_64/PKGBUILD
    (from rev 160582, 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 160582, slop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-02-08 00:02:54 UTC (rev 160583)
@@ -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.3.21
+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=('14feae4eed73470bf843c6d65dbb4dff')
+
+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 160582, slop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-02-08 00:02:54 UTC (rev 160583)
@@ -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.3.21
+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=('14feae4eed73470bf843c6d65dbb4dff')
+
+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