Date: Monday, July 6, 2015 @ 15:43:04 Author: speps Revision: 136463 archrelease: copy trunk to community-i686, community-x86_64
Added: sylpheed/repos/community-i686/PKGBUILD (from rev 136462, sylpheed/trunk/PKGBUILD) sylpheed/repos/community-i686/sylpheed.install (from rev 136462, sylpheed/trunk/sylpheed.install) sylpheed/repos/community-x86_64/PKGBUILD (from rev 136462, sylpheed/trunk/PKGBUILD) sylpheed/repos/community-x86_64/sylpheed.install (from rev 136462, sylpheed/trunk/sylpheed.install) Deleted: sylpheed/repos/community-i686/PKGBUILD sylpheed/repos/community-i686/sylpheed.install sylpheed/repos/community-x86_64/PKGBUILD sylpheed/repos/community-x86_64/sylpheed.install -----------------------------------+ /PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++ /sylpheed.install | 22 +++++++++++ community-i686/PKGBUILD | 36 ------------------ community-i686/sylpheed.install | 11 ----- community-x86_64/PKGBUILD | 36 ------------------ community-x86_64/sylpheed.install | 11 ----- 6 files changed, 94 insertions(+), 94 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2015-07-06 13:42:53 UTC (rev 136462) +++ community-i686/PKGBUILD 2015-07-06 13:43:04 UTC (rev 136463) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: speps <speps at aur dot archlinux dot org> -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Contributor: dorphell <dorph...@archlinux.org> - -pkgname=sylpheed -pkgver=3.4.2 -pkgrel=1 -pkgdesc="Lightweight and user-friendly e-mail client" -arch=('i686' 'x86_64') -url="http://sylpheed.sraoss.jp/en/" -license=('GPL') -depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils') -makedepends=('openssl') -install="$pkgname.install" -source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2") -md5sums=('d4e53489763ff2cb575ab02890d91dc9') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr \ - --enable-ldap - make - - # Build Attachment-Tool Plug-in - cd plugin/attachment_tool && make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir/" install - - # Install Attachment-Tool Plug-in - cd plugin/attachment_tool - make DESTDIR="$pkgdir/" install-plugin -} Copied: sylpheed/repos/community-i686/PKGBUILD (from rev 136462, sylpheed/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-07-06 13:43:04 UTC (rev 136463) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: speps <speps at aur dot archlinux dot org> +# Contributor: Alexander Fehr <pizzapunk gmail com> +# Contributor: dorphell <dorph...@archlinux.org> + +pkgname=sylpheed +pkgver=3.4.3 +pkgrel=1 +pkgdesc="Lightweight and user-friendly e-mail client" +arch=('i686' 'x86_64') +url="http://sylpheed.sraoss.jp/en/" +license=('GPL') +depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils') +makedepends=('openssl') +install="$pkgname.install" +source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2") +md5sums=('3a7d10b68017988b48e5c2a27e559e98') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ + --enable-ldap + make + + # Build Attachment-Tool Plug-in + cd plugin/attachment_tool && make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir/" install + + # Install Attachment-Tool Plug-in + cd plugin/attachment_tool + make DESTDIR="$pkgdir/" install-plugin +} Deleted: community-i686/sylpheed.install =================================================================== --- community-i686/sylpheed.install 2015-07-06 13:42:53 UTC (rev 136462) +++ community-i686/sylpheed.install 2015-07-06 13:43:04 UTC (rev 136463) @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: sylpheed/repos/community-i686/sylpheed.install (from rev 136462, sylpheed/trunk/sylpheed.install) =================================================================== --- community-i686/sylpheed.install (rev 0) +++ community-i686/sylpheed.install 2015-07-06 13:43:04 UTC (rev 136463) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2015-07-06 13:42:53 UTC (rev 136462) +++ community-x86_64/PKGBUILD 2015-07-06 13:43:04 UTC (rev 136463) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: speps <speps at aur dot archlinux dot org> -# Contributor: Alexander Fehr <pizzapunk gmail com> -# Contributor: dorphell <dorph...@archlinux.org> - -pkgname=sylpheed -pkgver=3.4.2 -pkgrel=1 -pkgdesc="Lightweight and user-friendly e-mail client" -arch=('i686' 'x86_64') -url="http://sylpheed.sraoss.jp/en/" -license=('GPL') -depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils') -makedepends=('openssl') -install="$pkgname.install" -source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2") -md5sums=('d4e53489763ff2cb575ab02890d91dc9') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr \ - --enable-ldap - make - - # Build Attachment-Tool Plug-in - cd plugin/attachment_tool && make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir/" install - - # Install Attachment-Tool Plug-in - cd plugin/attachment_tool - make DESTDIR="$pkgdir/" install-plugin -} Copied: sylpheed/repos/community-x86_64/PKGBUILD (from rev 136462, sylpheed/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-07-06 13:43:04 UTC (rev 136463) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: speps <speps at aur dot archlinux dot org> +# Contributor: Alexander Fehr <pizzapunk gmail com> +# Contributor: dorphell <dorph...@archlinux.org> + +pkgname=sylpheed +pkgver=3.4.3 +pkgrel=1 +pkgdesc="Lightweight and user-friendly e-mail client" +arch=('i686' 'x86_64') +url="http://sylpheed.sraoss.jp/en/" +license=('GPL') +depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils') +makedepends=('openssl') +install="$pkgname.install" +source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2") +md5sums=('3a7d10b68017988b48e5c2a27e559e98') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ + --enable-ldap + make + + # Build Attachment-Tool Plug-in + cd plugin/attachment_tool && make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir/" install + + # Install Attachment-Tool Plug-in + cd plugin/attachment_tool + make DESTDIR="$pkgdir/" install-plugin +} Deleted: community-x86_64/sylpheed.install =================================================================== --- community-x86_64/sylpheed.install 2015-07-06 13:42:53 UTC (rev 136462) +++ community-x86_64/sylpheed.install 2015-07-06 13:43:04 UTC (rev 136463) @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: sylpheed/repos/community-x86_64/sylpheed.install (from rev 136462, sylpheed/trunk/sylpheed.install) =================================================================== --- community-x86_64/sylpheed.install (rev 0) +++ community-x86_64/sylpheed.install 2015-07-06 13:43:04 UTC (rev 136463) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}