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

Antonio Rojas arojas at archlinux.org
Sat May 14 10:53:23 UTC 2016


    Date: Saturday, May 14, 2016 @ 12:53:22
  Author: arojas
Revision: 175325

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

Added:
  trojita/repos/community-i686/PKGBUILD
    (from rev 175324, trojita/trunk/PKGBUILD)
  trojita/repos/community-x86_64/PKGBUILD
    (from rev 175324, trojita/trunk/PKGBUILD)
Deleted:
  trojita/repos/community-i686/PKGBUILD
  trojita/repos/community-i686/trojita.install
  trojita/repos/community-x86_64/PKGBUILD
  trojita/repos/community-x86_64/trojita.install

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-14 10:52:45 UTC (rev 175324)
+++ community-i686/PKGBUILD	2016-05-14 10:53:22 UTC (rev 175325)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: birdflesh <antkoul at gmail dot com>
-
-pkgname=trojita
-pkgver=0.6
-pkgrel=2
-pkgdesc="A QT IMAP email client"
-arch=('i686' 'x86_64')
-url="http://trojita.flaska.net"
-license=('GPL')
-makedepends=('cmake')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 'qtkeychain')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('fae2071fba700d626f6b551449b427fa'
-         'SKIP')
-validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DQT_QMAKE_EXECUTABLE=qmake-qt5 \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "build"
-  make DESTDIR="$pkgdir" install
-}

Copied: trojita/repos/community-i686/PKGBUILD (from rev 175324, trojita/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-14 10:53:22 UTC (rev 175325)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+
+pkgname=trojita
+pkgver=0.6
+pkgrel=3
+pkgdesc="A QT IMAP email client"
+arch=('i686' 'x86_64')
+url="http://trojita.flaska.net"
+license=('GPL')
+makedepends=('cmake')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 'qtkeychain')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('fae2071fba700d626f6b551449b427fa'
+         'SKIP')
+validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DQT_QMAKE_EXECUTABLE=qmake-qt5 \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/trojita.install
===================================================================
--- community-i686/trojita.install	2016-05-14 10:52:45 UTC (rev 175324)
+++ community-i686/trojita.install	2016-05-14 10:53:22 UTC (rev 175325)
@@ -1,12 +0,0 @@
-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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-14 10:52:45 UTC (rev 175324)
+++ community-x86_64/PKGBUILD	2016-05-14 10:53:22 UTC (rev 175325)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: birdflesh <antkoul at gmail dot com>
-
-pkgname=trojita
-pkgver=0.6
-pkgrel=2
-pkgdesc="A QT IMAP email client"
-arch=('i686' 'x86_64')
-url="http://trojita.flaska.net"
-license=('GPL')
-makedepends=('cmake')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 'qtkeychain')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('fae2071fba700d626f6b551449b427fa'
-         'SKIP')
-validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DQT_QMAKE_EXECUTABLE=qmake-qt5 \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "build"
-  make DESTDIR="$pkgdir" install
-}

Copied: trojita/repos/community-x86_64/PKGBUILD (from rev 175324, trojita/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-14 10:53:22 UTC (rev 175325)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+
+pkgname=trojita
+pkgver=0.6
+pkgrel=3
+pkgdesc="A QT IMAP email client"
+arch=('i686' 'x86_64')
+url="http://trojita.flaska.net"
+license=('GPL')
+makedepends=('cmake')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'qt5-webkit' 'qtkeychain')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('fae2071fba700d626f6b551449b427fa'
+         'SKIP')
+validpgpkeys=('61AB87D6F66CE2FCD2D2E1F56A65DFA844722517')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DQT_QMAKE_EXECUTABLE=qmake-qt5 \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "build"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/trojita.install
===================================================================
--- community-x86_64/trojita.install	2016-05-14 10:52:45 UTC (rev 175324)
+++ community-x86_64/trojita.install	2016-05-14 10:53:22 UTC (rev 175325)
@@ -1,12 +0,0 @@
-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