Date: Monday, July 11, 2022 @ 20:33:31 Author: eworm Revision: 1249667
archrelease: copy trunk to community-x86_64 Added: gsimplecal/repos/community-x86_64/PKGBUILD (from rev 1249666, gsimplecal/trunk/PKGBUILD) Deleted: gsimplecal/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-07-11 20:33:28 UTC (rev 1249666) +++ PKGBUILD 2022-07-11 20:33:31 UTC (rev 1249667) @@ -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.4 -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=('d46688c6071a9d636b1facab8a72157b') - -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 1249666, gsimplecal/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-07-11 20:33:31 UTC (rev 1249667) @@ -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.4 +pkgrel=2 +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=('d46688c6071a9d636b1facab8a72157b') + +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 +}