summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEinar Lielmanis2015-07-07 19:09:56 +0300
committerEinar Lielmanis2015-07-07 19:10:32 +0300
commit1116bf777dc3830398eeff11e44f874aa6a5b14a (patch)
tree08c0f775a551d700162c061b5ec5642b81388822
downloadaur-1116bf777dc3830398eeff11e44f874aa6a5b14a.tar.gz
sylpheed-beta-iconmod: initial commit
-rw-r--r--.SRCINFO27
-rw-r--r--PKGBUILD36
-rw-r--r--Sylpheed3.0_icon-set.tar.gzbin0 -> 137290 bytes
3 files changed, 63 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e7341902a0a4
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,27 @@
+pkgbase = sylpheed-beta-iconmod
+ pkgdesc = Lightweight e-mail client. Latest official beta with the coonsden.com icon theme.
+ pkgver = 3.5.0beta3
+ pkgrel = 1
+ url = http://sylpheed.sraoss.jp/en/
+ arch = i686
+ arch = x86_64
+ license = GPL
+ makedepends = compface
+ makedepends = gtkspell
+ depends = gpgme
+ depends = gtk2
+ depends = compface
+ depends = gtkspell
+ provides = sylpheed
+ conflicts = sylpheed
+ conflicts = sylpheed-beta
+ options = libtool
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0beta3.tar.bz2
+ source = http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-3.5.0beta3.tar.bz2.asc
+ source = Sylpheed3.0_icon-set.tar.gz
+ md5sums = 05b3867dbd5e675a0515eb05201a1797
+ md5sums = SKIP
+ md5sums = 9211c926e41673f24600d7912fb1699a
+
+pkgname = sylpheed-beta-iconmod
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d4507215709b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,36 @@
+# Maintainer: Einar Lielmanis <einar@spicausis.lv>
+
+pkgname=sylpheed-beta-iconmod
+pkgver=3.5.0beta3
+pkgrel=1
+pkgdesc="Lightweight e-mail client. Latest official beta with the coonsden.com icon theme."
+arch=('i686' 'x86_64')
+url="http://sylpheed.sraoss.jp/en/"
+license=('GPL')
+depends=('gpgme' 'gtk2' 'compface' 'gtkspell')
+makedepends=('compface' 'gtkspell')
+options=('libtool')
+conflicts=('sylpheed' 'sylpheed-beta')
+provides=('sylpheed')
+source=(http://sylpheed.sraoss.jp/sylpheed/v3.5beta/sylpheed-$pkgver.tar.bz2{,.asc}
+ Sylpheed3.0_icon-set.tar.gz)
+
+build() {
+ cp -r "$srcdir/Sylpheed3.0_icon-set/src" "$srcdir/sylpheed-$pkgver"
+ cd "$srcdir/sylpheed-$pkgver"
+
+ ./configure --prefix=/usr --enable-ldap --enable-gpgme
+
+ make || return 1
+}
+
+package() {
+ cd "$srcdir/sylpheed-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+validpgpkeys=('8CF3A5AC417ADE72B0AA4A835024337CC00C2E26')
+
+md5sums=('05b3867dbd5e675a0515eb05201a1797'
+ 'SKIP'
+ '9211c926e41673f24600d7912fb1699a')
diff --git a/Sylpheed3.0_icon-set.tar.gz b/Sylpheed3.0_icon-set.tar.gz
new file mode 100644
index 000000000000..dd7e55dc2473
--- /dev/null
+++ b/Sylpheed3.0_icon-set.tar.gz
Binary files differ