Date: Monday, February 8, 2016 @ 01:46:03
  Author: foutrelis
Revision: 160673

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

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

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

Copied: maim/repos/community-staging-i686/PKGBUILD (from rev 160672, 
maim/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-02-08 00:46:03 UTC (rev 160673)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: naelstrof <[email protected]>
+
+pkgname=maim
+pkgver=3.4.47
+pkgrel=2
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('5eab9c6fe147c7c3ff246fa764e7c2d1')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Copied: maim/repos/community-staging-x86_64/PKGBUILD (from rev 160672, 
maim/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:46:03 UTC (rev 160673)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: naelstrof <[email protected]>
+
+pkgname=maim
+pkgver=3.4.47
+pkgrel=2
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('5eab9c6fe147c7c3ff246fa764e7c2d1')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Reply via email to