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

Antonio Rojas arojas at archlinux.org
Sat Apr 9 10:49:45 UTC 2016


    Date: Saturday, April 9, 2016 @ 12:49:45
  Author: arojas
Revision: 169814

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

Added:
  trojita/repos/community-i686/PKGBUILD
    (from rev 169813, trojita/trunk/PKGBUILD)
  trojita/repos/community-i686/trojita.install
    (from rev 169813, trojita/trunk/trojita.install)
  trojita/repos/community-x86_64/PKGBUILD
    (from rev 169813, trojita/trunk/PKGBUILD)
  trojita/repos/community-x86_64/trojita.install
    (from rev 169813, trojita/trunk/trojita.install)
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                        |   66 +++++++++++++++++++++++++++++++++++++
 /trojita.install                 |   24 +++++++++++++
 community-i686/PKGBUILD          |   33 ------------------
 community-i686/trojita.install   |   12 ------
 community-x86_64/PKGBUILD        |   33 ------------------
 community-x86_64/trojita.install |   12 ------
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-09 10:49:07 UTC (rev 169813)
+++ community-i686/PKGBUILD	2016-04-09 10:49:45 UTC (rev 169814)
@@ -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=1
-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-qt5')
-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 169813, trojita/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-09 10:49:45 UTC (rev 169814)
@@ -0,0 +1,33 @@
+# $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
+}

Deleted: community-i686/trojita.install
===================================================================
--- community-i686/trojita.install	2016-04-09 10:49:07 UTC (rev 169813)
+++ community-i686/trojita.install	2016-04-09 10:49:45 UTC (rev 169814)
@@ -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

Copied: trojita/repos/community-i686/trojita.install (from rev 169813, trojita/trunk/trojita.install)
===================================================================
--- community-i686/trojita.install	                        (rev 0)
+++ community-i686/trojita.install	2016-04-09 10:49:45 UTC (rev 169814)
@@ -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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-09 10:49:07 UTC (rev 169813)
+++ community-x86_64/PKGBUILD	2016-04-09 10:49:45 UTC (rev 169814)
@@ -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=1
-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-qt5')
-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 169813, trojita/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-09 10:49:45 UTC (rev 169814)
@@ -0,0 +1,33 @@
+# $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
+}

Deleted: community-x86_64/trojita.install
===================================================================
--- community-x86_64/trojita.install	2016-04-09 10:49:07 UTC (rev 169813)
+++ community-x86_64/trojita.install	2016-04-09 10:49:45 UTC (rev 169814)
@@ -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

Copied: trojita/repos/community-x86_64/trojita.install (from rev 169813, trojita/trunk/trojita.install)
===================================================================
--- community-x86_64/trojita.install	                        (rev 0)
+++ community-x86_64/trojita.install	2016-04-09 10:49:45 UTC (rev 169814)
@@ -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