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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Nov 9 07:34:10 UTC 2013


    Date: Saturday, November 9, 2013 @ 08:34:10
  Author: andrea
Revision: 100708

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

Added:
  sqliteman/repos/community-i686/PKGBUILD
    (from rev 100707, sqliteman/trunk/PKGBUILD)
  sqliteman/repos/community-i686/sqliteman.install
    (from rev 100707, sqliteman/trunk/sqliteman.install)
  sqliteman/repos/community-x86_64/PKGBUILD
    (from rev 100707, sqliteman/trunk/PKGBUILD)
  sqliteman/repos/community-x86_64/sqliteman.install
    (from rev 100707, sqliteman/trunk/sqliteman.install)
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                          |   70 +++++++++++++++++++++++++++++++++++
 /sqliteman.install                 |   24 ++++++++++++
 community-i686/PKGBUILD            |   32 ----------------
 community-i686/sqliteman.install   |   12 ------
 community-x86_64/PKGBUILD          |   32 ----------------
 community-x86_64/sqliteman.install |   12 ------
 6 files changed, 94 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-09 07:34:02 UTC (rev 100707)
+++ community-i686/PKGBUILD	2013-11-09 07:34:10 UTC (rev 100708)
@@ -1,32 +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=6
-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')
-
-build() {
-  mkdir 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 100707, sqliteman/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-09 07:34:10 UTC (rev 100708)
@@ -0,0 +1,35 @@
+# $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=7
+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
+}

Deleted: community-i686/sqliteman.install
===================================================================
--- community-i686/sqliteman.install	2013-11-09 07:34:02 UTC (rev 100707)
+++ community-i686/sqliteman.install	2013-11-09 07:34:10 UTC (rev 100708)
@@ -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
-}

Copied: sqliteman/repos/community-i686/sqliteman.install (from rev 100707, sqliteman/trunk/sqliteman.install)
===================================================================
--- community-i686/sqliteman.install	                        (rev 0)
+++ community-i686/sqliteman.install	2013-11-09 07:34:10 UTC (rev 100708)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-09 07:34:02 UTC (rev 100707)
+++ community-x86_64/PKGBUILD	2013-11-09 07:34:10 UTC (rev 100708)
@@ -1,32 +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=6
-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')
-
-build() {
-  mkdir 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 100707, sqliteman/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-09 07:34:10 UTC (rev 100708)
@@ -0,0 +1,35 @@
+# $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=7
+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
+}

Deleted: community-x86_64/sqliteman.install
===================================================================
--- community-x86_64/sqliteman.install	2013-11-09 07:34:02 UTC (rev 100707)
+++ community-x86_64/sqliteman.install	2013-11-09 07:34:10 UTC (rev 100708)
@@ -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
-}

Copied: sqliteman/repos/community-x86_64/sqliteman.install (from rev 100707, sqliteman/trunk/sqliteman.install)
===================================================================
--- community-x86_64/sqliteman.install	                        (rev 0)
+++ community-x86_64/sqliteman.install	2013-11-09 07:34:10 UTC (rev 100708)
@@ -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
+}




More information about the arch-commits mailing list