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

Jonathan Steel jsteel at nymeria.archlinux.org
Fri Nov 15 19:09:26 UTC 2013


    Date: Friday, November 15, 2013 @ 20:09:26
  Author: jsteel
Revision: 101058

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

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

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 ---------------------
 community-x86_64/PKGBUILD |   31 ---------------------
 3 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-15 19:09:04 UTC (rev 101057)
+++ community-i686/PKGBUILD	2013-11-15 19:09:26 UTC (rev 101058)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
-# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
-# Contributor: Victor Feight <vrfeight3 at gmail dot com>
-
-pkgname=gsimplecal
-pkgver=1.6
-pkgrel=1
-pkgdesc="Simple and lightweight GTK calendar"
-arch=('i686' 'x86_64')
-url="http://dmedvinsky.github.com/$pkgname"
-license=('BSD')
-depends=('gtk2')
-source=(https://github.com/downloads/dmedvinsky/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('05a596de37491e52b646a0c71ec14841')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gsimplecal/repos/community-i686/PKGBUILD (from rev 101057, gsimplecal/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-15 19:09:26 UTC (rev 101058)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
+# Contributor: Victor Feight <vrfeight3 at gmail dot com>
+
+pkgname=gsimplecal
+pkgver=2.0
+pkgrel=1
+pkgdesc="Simple and lightweight GTK calendar"
+arch=('i686' 'x86_64')
+url="http://dmedvinsky.github.com/$pkgname"
+license=('BSD')
+depends=('gtk3')
+source=(https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('ae839d5470c9f9a80d2b6a12164ae232')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-15 19:09:04 UTC (rev 101057)
+++ community-x86_64/PKGBUILD	2013-11-15 19:09:26 UTC (rev 101058)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
-# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
-# Contributor: Victor Feight <vrfeight3 at gmail dot com>
-
-pkgname=gsimplecal
-pkgver=1.6
-pkgrel=1
-pkgdesc="Simple and lightweight GTK calendar"
-arch=('i686' 'x86_64')
-url="http://dmedvinsky.github.com/$pkgname"
-license=('BSD')
-depends=('gtk2')
-source=(https://github.com/downloads/dmedvinsky/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('05a596de37491e52b646a0c71ec14841')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gsimplecal/repos/community-x86_64/PKGBUILD (from rev 101057, gsimplecal/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-15 19:09:26 UTC (rev 101058)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: DrZaius <lou at fakeoutdoorsman dot com>
+# Contributor: Victor Feight <vrfeight3 at gmail dot com>
+
+pkgname=gsimplecal
+pkgver=2.0
+pkgrel=1
+pkgdesc="Simple and lightweight GTK calendar"
+arch=('i686' 'x86_64')
+url="http://dmedvinsky.github.com/$pkgname"
+license=('BSD')
+depends=('gtk3')
+source=(https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('ae839d5470c9f9a80d2b6a12164ae232')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}




More information about the arch-commits mailing list