[arch-commits] Commit in claws-mail-themes/repos (staging-any staging-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:56:02 UTC 2018


    Date: Friday, November 9, 2018 @ 22:56:01
  Author: felixonmars
Revision: 338737

archrelease: copy trunk to staging-any

Added:
  claws-mail-themes/repos/staging-any/
  claws-mail-themes/repos/staging-any/PKGBUILD
    (from rev 338735, claws-mail-themes/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: claws-mail-themes/repos/staging-any/PKGBUILD (from rev 338735, claws-mail-themes/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2018-11-09 22:56:01 UTC (rev 338737)
@@ -0,0 +1,24 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=claws-mail-themes
+pkgver=20140629
+pkgrel=2
+pkgdesc="Claws Mail's themes"
+arch=('any')
+url="http://www.claws-mail.org/themes.php"
+license=('CCPL')
+depends=('claws-mail')
+source=("http://www.claws-mail.org/themes/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+md5sums=('bb9b27435f7820819f108f9045a10426')



More information about the arch-commits mailing list