[arch-commits] Commit in trojita/repos (6 files)

Antonio Rojas arojas at archlinux.org
Mon Dec 7 07:03:03 UTC 2015


    Date: Monday, December 7, 2015 @ 08:03:02
  Author: arojas
Revision: 149670

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  trojita/repos/community-staging-i686/
  trojita/repos/community-staging-i686/PKGBUILD
    (from rev 149668, trojita/trunk/PKGBUILD)
  trojita/repos/community-staging-i686/trojita.install
    (from rev 149668, trojita/trunk/trojita.install)
  trojita/repos/community-staging-x86_64/
  trojita/repos/community-staging-x86_64/PKGBUILD
    (from rev 149669, trojita/trunk/PKGBUILD)
  trojita/repos/community-staging-x86_64/trojita.install
    (from rev 149669, trojita/trunk/trojita.install)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   33 +++++++++++++++++++++++++++++
 community-staging-i686/trojita.install   |   12 ++++++++++
 community-staging-x86_64/PKGBUILD        |   33 +++++++++++++++++++++++++++++
 community-staging-x86_64/trojita.install |   12 ++++++++++
 4 files changed, 90 insertions(+)

Copied: trojita/repos/community-staging-i686/PKGBUILD (from rev 149668, trojita/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 07:03:02 UTC (rev 149670)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+
+pkgname=trojita
+pkgver=0.5
+pkgrel=3
+pkgdesc="A QT IMAP email client"
+arch=('i686' 'x86_64')
+url="http://trojita.flaska.net"
+license=('GPL')
+makedepends=('cmake' 'automoc4')
+depends=('qtwebkit' 'qtkeychain-qt4')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('c583bb4d82620cda1c49e5f1b084f550'
+         'SKIP')
+validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="$pkgdir" install
+}

Copied: trojita/repos/community-staging-i686/trojita.install (from rev 149668, trojita/trunk/trojita.install)
===================================================================
--- community-staging-i686/trojita.install	                        (rev 0)
+++ community-staging-i686/trojita.install	2015-12-07 07:03:02 UTC (rev 149670)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

Copied: trojita/repos/community-staging-x86_64/PKGBUILD (from rev 149669, trojita/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 07:03:02 UTC (rev 149670)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+
+pkgname=trojita
+pkgver=0.5
+pkgrel=3
+pkgdesc="A QT IMAP email client"
+arch=('i686' 'x86_64')
+url="http://trojita.flaska.net"
+license=('GPL')
+makedepends=('cmake' 'automoc4')
+depends=('qtwebkit' 'qtkeychain-qt4')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('c583bb4d82620cda1c49e5f1b084f550'
+         'SKIP')
+validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="$pkgdir" install
+}

Copied: trojita/repos/community-staging-x86_64/trojita.install (from rev 149669, trojita/trunk/trojita.install)
===================================================================
--- community-staging-x86_64/trojita.install	                        (rev 0)
+++ community-staging-x86_64/trojita.install	2015-12-07 07:03:02 UTC (rev 149670)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file



More information about the arch-commits mailing list