[arch-commits] Commit in keepassx2/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Wed Oct 12 20:52:23 UTC 2016


    Date: Wednesday, October 12, 2016 @ 20:52:22
  Author: anthraxx
Revision: 192091

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

Added:
  keepassx2/repos/community-i686/PKGBUILD
    (from rev 192090, keepassx2/trunk/PKGBUILD)
  keepassx2/repos/community-x86_64/PKGBUILD
    (from rev 192090, keepassx2/trunk/PKGBUILD)
Deleted:
  keepassx2/repos/community-i686/PKGBUILD
  keepassx2/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   98 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   49 ----------------------
 community-x86_64/PKGBUILD |   49 ----------------------
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-12 20:52:06 UTC (rev 192090)
+++ community-i686/PKGBUILD	2016-10-12 20:52:22 UTC (rev 192091)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael Laß <bevan at bi-co.net>
-# Contributor: Marat "Morion" Talipov <morion.self at gmail.com>
-
-pkgname=keepassx2
-pkgver=2.0.2
-pkgrel=2
-pkgdesc="Cross platform password manager"
-url="https://www.keepassx.org"
-arch=('i686' 'x86_64')
-license=('GPL2' 'GPL3')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-makedepends=('intltool' 'cmake' 'optipng')
-options=('!emptydirs')
-source=(https://www.keepassx.org/releases/${pkgver}/keepassx-${pkgver}.tar.gz{,.sig})
-sha512sums=('3f661d3b5807c5acafc65310ecd8bd4d0bcd51a0c919e219bba616cb3f54434f8f81ba533ab5ccec00d454838355ff048f4ffbc308442fad4f973d1766b95072'
-            'SKIP')
-validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
-
-prepare() {
-  cd keepassx-${pkgver}
-  mkdir build
-  sed -r 's|(keepassx)|\12|g' -i CMakeLists.txt share/linux/keepassx.desktop
-  sed -r 's|(keepassx)(\.desktop\|\.xml)|\12\2|g' -i share/CMakeLists.txt
-  sed -r 's|(KeePassX)|\1 2|g' -i share/linux/keepassx.desktop
-  rename 'keepassx' 'keepassx2' share/linux/keepassx.{desktop,xml}
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-build() {
-  cd keepassx-${pkgver}/build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-check() {
-  cd keepassx-${pkgver}/build
-  make test
-}
-
-package() {
-  cd keepassx-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  rename 'keepassx' 'keepassx2' "${pkgdir}"/usr/share/icons/hicolor/*/*/keepassx.png
-}
-
-# vim: ts=2 sw=2 et:

Copied: keepassx2/repos/community-i686/PKGBUILD (from rev 192090, keepassx2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-12 20:52:22 UTC (rev 192091)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael Laß <bevan at bi-co.net>
+# Contributor: Marat "Morion" Talipov <morion.self at gmail.com>
+
+pkgname=keepassx2
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Cross platform password manager"
+url="https://www.keepassx.org"
+arch=('i686' 'x86_64')
+license=('GPL2' 'GPL3')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('intltool' 'cmake' 'optipng')
+options=('!emptydirs')
+source=(https://www.keepassx.org/releases/${pkgver}/keepassx-${pkgver}.tar.gz{,.sig})
+sha512sums=('bf1a4ffa49fc4a6b7a27e6292981c9c13920712b4cd86759a99976f7e0593a243ea14575c57d664ba7e55d2449b5d83bc3d43a64a9a6972335e52234da79d773'
+            'SKIP')
+validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
+
+prepare() {
+  cd keepassx-${pkgver}
+  mkdir build
+  sed -r 's|(keepassx)|\12|g' -i CMakeLists.txt share/linux/keepassx.desktop
+  sed -r 's|(keepassx)(\.desktop\|\.xml)|\12\2|g' -i share/CMakeLists.txt
+  sed -r 's|(KeePassX)|\1 2|g' -i share/linux/keepassx.desktop
+  rename 'keepassx' 'keepassx2' share/linux/keepassx.{desktop,xml}
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+build() {
+  cd keepassx-${pkgver}/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+check() {
+  cd keepassx-${pkgver}/build
+  make test
+}
+
+package() {
+  cd keepassx-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  rename 'keepassx' 'keepassx2' "${pkgdir}"/usr/share/icons/hicolor/*/*/keepassx.png
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-12 20:52:06 UTC (rev 192090)
+++ community-x86_64/PKGBUILD	2016-10-12 20:52:22 UTC (rev 192091)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Michael Laß <bevan at bi-co.net>
-# Contributor: Marat "Morion" Talipov <morion.self at gmail.com>
-
-pkgname=keepassx2
-pkgver=2.0.2
-pkgrel=2
-pkgdesc="Cross platform password manager"
-url="https://www.keepassx.org"
-arch=('i686' 'x86_64')
-license=('GPL2' 'GPL3')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-makedepends=('intltool' 'cmake' 'optipng')
-options=('!emptydirs')
-source=(https://www.keepassx.org/releases/${pkgver}/keepassx-${pkgver}.tar.gz{,.sig})
-sha512sums=('3f661d3b5807c5acafc65310ecd8bd4d0bcd51a0c919e219bba616cb3f54434f8f81ba533ab5ccec00d454838355ff048f4ffbc308442fad4f973d1766b95072'
-            'SKIP')
-validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
-
-prepare() {
-  cd keepassx-${pkgver}
-  mkdir build
-  sed -r 's|(keepassx)|\12|g' -i CMakeLists.txt share/linux/keepassx.desktop
-  sed -r 's|(keepassx)(\.desktop\|\.xml)|\12\2|g' -i share/CMakeLists.txt
-  sed -r 's|(KeePassX)|\1 2|g' -i share/linux/keepassx.desktop
-  rename 'keepassx' 'keepassx2' share/linux/keepassx.{desktop,xml}
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-build() {
-  cd keepassx-${pkgver}/build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-check() {
-  cd keepassx-${pkgver}/build
-  make test
-}
-
-package() {
-  cd keepassx-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  rename 'keepassx' 'keepassx2' "${pkgdir}"/usr/share/icons/hicolor/*/*/keepassx.png
-}
-
-# vim: ts=2 sw=2 et:

Copied: keepassx2/repos/community-x86_64/PKGBUILD (from rev 192090, keepassx2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-12 20:52:22 UTC (rev 192091)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Michael Laß <bevan at bi-co.net>
+# Contributor: Marat "Morion" Talipov <morion.self at gmail.com>
+
+pkgname=keepassx2
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Cross platform password manager"
+url="https://www.keepassx.org"
+arch=('i686' 'x86_64')
+license=('GPL2' 'GPL3')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('intltool' 'cmake' 'optipng')
+options=('!emptydirs')
+source=(https://www.keepassx.org/releases/${pkgver}/keepassx-${pkgver}.tar.gz{,.sig})
+sha512sums=('bf1a4ffa49fc4a6b7a27e6292981c9c13920712b4cd86759a99976f7e0593a243ea14575c57d664ba7e55d2449b5d83bc3d43a64a9a6972335e52234da79d773'
+            'SKIP')
+validpgpkeys=('164C70512F7929476764AB56FE22C6FD83135D45') # Felix Geyer <felix at fobos.de>
+
+prepare() {
+  cd keepassx-${pkgver}
+  mkdir build
+  sed -r 's|(keepassx)|\12|g' -i CMakeLists.txt share/linux/keepassx.desktop
+  sed -r 's|(keepassx)(\.desktop\|\.xml)|\12\2|g' -i share/CMakeLists.txt
+  sed -r 's|(KeePassX)|\1 2|g' -i share/linux/keepassx.desktop
+  rename 'keepassx' 'keepassx2' share/linux/keepassx.{desktop,xml}
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+build() {
+  cd keepassx-${pkgver}/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+check() {
+  cd keepassx-${pkgver}/build
+  make test
+}
+
+package() {
+  cd keepassx-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  rename 'keepassx' 'keepassx2' "${pkgdir}"/usr/share/icons/hicolor/*/*/keepassx.png
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list