[arch-commits] Commit in sqliteman/repos (6 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Apr 27 23:16:07 UTC 2016
Date: Thursday, April 28, 2016 @ 01:16:07
Author: spupykin
Revision: 172334
archrelease: copy trunk to community-i686, community-x86_64
Added:
sqliteman/repos/community-i686/PKGBUILD
(from rev 172333, sqliteman/trunk/PKGBUILD)
sqliteman/repos/community-x86_64/PKGBUILD
(from rev 172333, sqliteman/trunk/PKGBUILD)
Deleted:
sqliteman/repos/community-i686/PKGBUILD
sqliteman/repos/community-i686/sqliteman.install
sqliteman/repos/community-x86_64/PKGBUILD
sqliteman/repos/community-x86_64/sqliteman.install
------------------------------------+
/PKGBUILD | 68 +++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 35 ------------------
community-i686/sqliteman.install | 12 ------
community-x86_64/PKGBUILD | 35 ------------------
community-x86_64/sqliteman.install | 12 ------
5 files changed, 68 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-27 23:15:51 UTC (rev 172333)
+++ community-i686/PKGBUILD 2016-04-27 23:16:07 UTC (rev 172334)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Roman Porizka <artee at beer.cz>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=sqliteman
-pkgver=1.2.2
-pkgrel=9
-pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
-arch=('i686' 'x86_64')
-url="http://sqliteman.com/"
-license=('GPL')
-depends=('qscintilla')
-makedepends=('cmake')
-install=sqliteman.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('5ecdf710e23606e1b924f740ea69306d')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: sqliteman/repos/community-i686/PKGBUILD (from rev 172333, sqliteman/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 23:16:07 UTC (rev 172334)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Roman Porizka <artee at beer.cz>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=sqliteman
+pkgver=1.2.2
+pkgrel=10
+pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
+arch=('i686' 'x86_64')
+url="http://sqliteman.com/"
+license=('GPL')
+depends=('qscintilla')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5ecdf710e23606e1b924f740ea69306d')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-i686/sqliteman.install
===================================================================
--- community-i686/sqliteman.install 2016-04-27 23:15:51 UTC (rev 172333)
+++ community-i686/sqliteman.install 2016-04-27 23:16:07 UTC (rev 172334)
@@ -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
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-27 23:15:51 UTC (rev 172333)
+++ community-x86_64/PKGBUILD 2016-04-27 23:16:07 UTC (rev 172334)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Roman Porizka <artee at beer.cz>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=sqliteman
-pkgver=1.2.2
-pkgrel=9
-pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
-arch=('i686' 'x86_64')
-url="http://sqliteman.com/"
-license=('GPL')
-depends=('qscintilla')
-makedepends=('cmake')
-install=sqliteman.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('5ecdf710e23606e1b924f740ea69306d')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: sqliteman/repos/community-x86_64/PKGBUILD (from rev 172333, sqliteman/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-27 23:16:07 UTC (rev 172334)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Roman Porizka <artee at beer.cz>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=sqliteman
+pkgver=1.2.2
+pkgrel=10
+pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
+arch=('i686' 'x86_64')
+url="http://sqliteman.com/"
+license=('GPL')
+depends=('qscintilla')
+makedepends=('cmake')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5ecdf710e23606e1b924f740ea69306d')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/sqliteman.install
===================================================================
--- community-x86_64/sqliteman.install 2016-04-27 23:15:51 UTC (rev 172333)
+++ community-x86_64/sqliteman.install 2016-04-27 23:16:07 UTC (rev 172334)
@@ -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
-}
More information about the arch-commits
mailing list