[arch-commits] Commit in gsimplecal/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Sat Mar 20 19:56:27 UTC 2021


    Date: Saturday, March 20, 2021 @ 19:56:26
  Author: jsteel
Revision: 896120

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 19:56:19 UTC (rev 896119)
+++ PKGBUILD	2021-03-20 19:56:26 UTC (rev 896120)
@@ -1,31 +0,0 @@
-# Maintainer: 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=4
-pkgdesc="Simple and lightweight GTK calendar"
-arch=('x86_64')
-url="https://dmedvinsky.github.io/gsimplecal/"
-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-x86_64/PKGBUILD (from rev 896119, gsimplecal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-20 19:56:26 UTC (rev 896120)
@@ -0,0 +1,31 @@
+# Maintainer: 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.2
+pkgrel=1
+pkgdesc="Simple and lightweight GTK calendar"
+arch=('x86_64')
+url="https://dmedvinsky.github.io/gsimplecal/"
+license=('BSD')
+depends=('gtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dmedvinsky/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('8efec084acc3832300b0299a5ce78910')
+
+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