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

Levente Polyak anthraxx at archlinux.org
Thu Dec 10 13:56:58 UTC 2015


    Date: Thursday, December 10, 2015 @ 14:56:58
  Author: anthraxx
Revision: 152165

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

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

-----------------------------------+
 /PKGBUILD                         |   74 ++++++++++++++++++++++++++++++++++++
 /keepassx.install                 |   24 +++++++++++
 community-i686/PKGBUILD           |   35 -----------------
 community-i686/keepassx.install   |   12 -----
 community-x86_64/PKGBUILD         |   35 -----------------
 community-x86_64/keepassx.install |   12 -----
 6 files changed, 98 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-10 13:56:51 UTC (rev 152164)
+++ community-i686/PKGBUILD	2015-12-10 13:56:58 UTC (rev 152165)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Greg Bouzakis <gregbouzakis at gmail.com>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Philipp Giebel <arch at ambience-design.net>
-
-pkgname=keepassx
-pkgver=0.4.3
-pkgrel=7
-pkgdesc='Password manager'
-arch=('i686' 'x86_64')
-url='http://www.keepassx.org'
-license=('GPL2')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-makedepends=('optipng')
-install=keepassx.install
-source=(https://www.keepassx.org/releases/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('1df67bb22b2e08df49f09e61d156f508')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1,1i#include <unistd.h>' src/lib/random.cpp
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt4
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: keepassx/repos/community-i686/PKGBUILD (from rev 152164, keepassx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-10 13:56:58 UTC (rev 152165)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Greg Bouzakis <gregbouzakis at gmail.com>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Philipp Giebel <arch at ambience-design.net>
+
+pkgname=keepassx
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='Password manager'
+arch=('i686' 'x86_64')
+url='http://www.keepassx.org'
+license=('GPL2')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('optipng')
+install=keepassx.install
+source=(https://www.keepassx.org/releases/$pkgver/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4'
+            'SKIP')
+validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1,1i#include <unistd.h>' src/lib/random.cpp
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/keepassx.install
===================================================================
--- community-i686/keepassx.install	2015-12-10 13:56:51 UTC (rev 152164)
+++ community-i686/keepassx.install	2015-12-10 13:56:58 UTC (rev 152165)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: keepassx/repos/community-i686/keepassx.install (from rev 152164, keepassx/trunk/keepassx.install)
===================================================================
--- community-i686/keepassx.install	                        (rev 0)
+++ community-i686/keepassx.install	2015-12-10 13:56:58 UTC (rev 152165)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-12-10 13:56:51 UTC (rev 152164)
+++ community-x86_64/PKGBUILD	2015-12-10 13:56:58 UTC (rev 152165)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Greg Bouzakis <gregbouzakis at gmail.com>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Philipp Giebel <arch at ambience-design.net>
-
-pkgname=keepassx
-pkgver=0.4.3
-pkgrel=7
-pkgdesc='Password manager'
-arch=('i686' 'x86_64')
-url='http://www.keepassx.org'
-license=('GPL2')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-makedepends=('optipng')
-install=keepassx.install
-source=(https://www.keepassx.org/releases/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('1df67bb22b2e08df49f09e61d156f508')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '1,1i#include <unistd.h>' src/lib/random.cpp
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt4
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: keepassx/repos/community-x86_64/PKGBUILD (from rev 152164, keepassx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-10 13:56:58 UTC (rev 152165)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Greg Bouzakis <gregbouzakis at gmail.com>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+# Contributor: Philipp Giebel <arch at ambience-design.net>
+
+pkgname=keepassx
+pkgver=0.4.4
+pkgrel=1
+pkgdesc='Password manager'
+arch=('i686' 'x86_64')
+url='http://www.keepassx.org'
+license=('GPL2')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('optipng')
+install=keepassx.install
+source=(https://www.keepassx.org/releases/$pkgver/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4'
+            'SKIP')
+validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1,1i#include <unistd.h>' src/lib/random.cpp
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/keepassx.install
===================================================================
--- community-x86_64/keepassx.install	2015-12-10 13:56:51 UTC (rev 152164)
+++ community-x86_64/keepassx.install	2015-12-10 13:56:58 UTC (rev 152165)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: keepassx/repos/community-x86_64/keepassx.install (from rev 152164, keepassx/trunk/keepassx.install)
===================================================================
--- community-x86_64/keepassx.install	                        (rev 0)
+++ community-x86_64/keepassx.install	2015-12-10 13:56:58 UTC (rev 152165)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list