[arch-commits] Commit in etl/repos/community-any (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Thu May 13 17:16:10 UTC 2021
Date: Thursday, May 13, 2021 @ 17:16:10
Author: bgyorgy
Revision: 933321
archrelease: copy trunk to community-any
Added:
etl/repos/community-any/PKGBUILD
(from rev 933320, etl/trunk/PKGBUILD)
Deleted:
etl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 51 +++++++++++++++++++++++++--------------------------
1 file changed, 25 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-13 17:16:02 UTC (rev 933320)
+++ PKGBUILD 2021-05-13 17:16:10 UTC (rev 933321)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Franco Iacomella <yaco at gnu.org>
-
-pkgname=etl
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="VoriaETL: C++ STL complementory multiplatform template library"
-arch=(any)
-url="https://synfig.org"
-license=('GPL2')
-depends=()
-conflicts=('synfig-etl')
-replaces=('synfig-etl')
-source=(https://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/ETL-${pkgver}.tar.gz)
-sha256sums=('d43396c0ac356114713469216a9257247c2588d5475590a46db63cf201d1a011')
-
-build() {
- cd "$srcdir"/ETL-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir"/ETL-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: etl/repos/community-any/PKGBUILD (from rev 933320, etl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-13 17:16:10 UTC (rev 933321)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Franco Iacomella <yaco at gnu.org>
+
+pkgname=etl
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='VoriaETL: C++ STL complementory multiplatform template library'
+arch=('any')
+url='https://www.synfig.org/'
+license=('GPL3')
+makedepends=('glibmm')
+source=("https://downloads.sourceforge.net/synfig/ETL-$pkgver.tar.gz")
+sha256sums=('ecb61942da60dca8e623af8ad03656897d10b03296e8907dd3c6c296390a074c')
+
+build() {
+ cd ETL-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ETL-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list