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

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 17:54:26 UTC 2015


    Date: Sunday, December 6, 2015 @ 18:54:26
  Author: foutrelis
Revision: 149017

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

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

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

Copied: gsimplecal/repos/community-staging-i686/PKGBUILD (from rev 149016, gsimplecal/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 17:54:26 UTC (rev 149017)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+# Contributor: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
+# Contributor: Victor Feight <vrfeight3 at gmail dot com>
+
+pkgname=gsimplecal
+pkgver=2.1
+pkgrel=2
+pkgdesc="Simple and lightweight GTK calendar"
+arch=('i686' 'x86_64')
+url="http://dmedvinsky.github.com/$pkgname"
+license=('BSD')
+depends=('gtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('170ac0bdc8663d97dec436e45b195491')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Copied: gsimplecal/repos/community-staging-x86_64/PKGBUILD (from rev 149016, gsimplecal/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 17:54:26 UTC (rev 149017)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+# Contributor: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
+# Contributor: Victor Feight <vrfeight3 at gmail dot com>
+
+pkgname=gsimplecal
+pkgver=2.1
+pkgrel=2
+pkgdesc="Simple and lightweight GTK calendar"
+arch=('i686' 'x86_64')
+url="http://dmedvinsky.github.com/$pkgname"
+license=('BSD')
+depends=('gtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('170ac0bdc8663d97dec436e45b195491')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list