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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Oct 20 07:14:55 UTC 2014


    Date: Monday, October 20, 2014 @ 09:14:55
  Author: bpiotrowski
Revision: 121027

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

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

---------------------------+
 community-i686/PKGBUILD   |   23 +++++++++++++++++++++++
 community-x86_64/PKGBUILD |   23 +++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: maim/repos/community-i686/PKGBUILD (from rev 121026, maim/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-20 07:14:55 UTC (rev 121027)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: naelstrof <naelstrof at gmail.com>
+
+pkgname=maim
+pkgver=2.3.17
+pkgrel=1
+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')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('afeeed04ef6fd4690d72fca0e8165dec')
+
+build() {
+    make -C $pkgname-$pkgver
+}
+
+package() {
+    make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}

Copied: maim/repos/community-x86_64/PKGBUILD (from rev 121026, maim/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-20 07:14:55 UTC (rev 121027)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: naelstrof <naelstrof at gmail.com>
+
+pkgname=maim
+pkgver=2.3.17
+pkgrel=1
+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')
+optdepends=('slop: region selection support')
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('afeeed04ef6fd4690d72fca0e8165dec')
+
+build() {
+    make -C $pkgname-$pkgver
+}
+
+package() {
+    make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list