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

speps speps at nymeria.archlinux.org
Fri Apr 26 22:11:33 UTC 2013


    Date: Saturday, April 27, 2013 @ 00:11:32
  Author: speps
Revision: 89115

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

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

-----------------------------------+
 /PKGBUILD                         |   74 ++++++++++++++++++++++++++++++++++++
 /qupzilla.install                 |   24 +++++++++++
 community-i686/PKGBUILD           |   38 ------------------
 community-i686/qupzilla.install   |   12 -----
 community-x86_64/PKGBUILD         |   38 ------------------
 community-x86_64/qupzilla.install |   12 -----
 6 files changed, 98 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-26 22:11:04 UTC (rev 89114)
+++ community-i686/PKGBUILD	2013-04-26 22:11:32 UTC (rev 89115)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-_name=QupZilla
-_commit=953ca72 # 
-pkgname=qupzilla
-pkgver=1.4.1_git20130326
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/"
-license=('GPL3')
-depends=('qtwebkit' 'hunspell')
-optdepends=('bash-completion: bash completion support')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit")
-md5sums=('1b1b94a53a422436975b19f9ca05f006')
-
-build() {
-  cd "$srcdir/$_name-$pkgname-"*
-
-  # enable webgl support
-  export USE_WEBGL=true
-
-  qmake-qt4 QUPZILLA_PREFIX=/usr/
-  make
-}
-
-package() {
-  cd "$srcdir/$_name-$pkgname-"*
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
-    "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 89114, qupzilla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-26 22:11:32 UTC (rev 89115)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+_name=QupZilla
+pkgname=qupzilla
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/"
+license=('GPL3')
+depends=('qtwebkit' 'hunspell')
+optdepends=('bash-completion: bash completion support')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver")
+md5sums=('e1989427fea976312ca4c0ec84ce41b2')
+
+build() {
+  cd "$srcdir/$_name-$pkgname-"*
+
+  # enable webgl support
+  export USE_WEBGL=true
+
+  qmake-qt4 QUPZILLA_PREFIX=/usr/
+  make
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgname-"*
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/zsh_completion.sh \
+    "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qupzilla.install
===================================================================
--- community-i686/qupzilla.install	2013-04-26 22:11:04 UTC (rev 89114)
+++ community-i686/qupzilla.install	2013-04-26 22:11:32 UTC (rev 89115)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qupzilla/repos/community-i686/qupzilla.install (from rev 89114, qupzilla/trunk/qupzilla.install)
===================================================================
--- community-i686/qupzilla.install	                        (rev 0)
+++ community-i686/qupzilla.install	2013-04-26 22:11:32 UTC (rev 89115)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-26 22:11:04 UTC (rev 89114)
+++ community-x86_64/PKGBUILD	2013-04-26 22:11:32 UTC (rev 89115)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-_name=QupZilla
-_commit=953ca72 # 
-pkgname=qupzilla
-pkgver=1.4.1_git20130326
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/"
-license=('GPL3')
-depends=('qtwebkit' 'hunspell')
-optdepends=('bash-completion: bash completion support')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit")
-md5sums=('1b1b94a53a422436975b19f9ca05f006')
-
-build() {
-  cd "$srcdir/$_name-$pkgname-"*
-
-  # enable webgl support
-  export USE_WEBGL=true
-
-  qmake-qt4 QUPZILLA_PREFIX=/usr/
-  make
-}
-
-package() {
-  cd "$srcdir/$_name-$pkgname-"*
-  make INSTALL_ROOT="$pkgdir/" install
-
-  # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
-    "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-x86_64/PKGBUILD (from rev 89114, qupzilla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-26 22:11:32 UTC (rev 89115)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+_name=QupZilla
+pkgname=qupzilla
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/"
+license=('GPL3')
+depends=('qtwebkit' 'hunspell')
+optdepends=('bash-completion: bash completion support')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver")
+md5sums=('e1989427fea976312ca4c0ec84ce41b2')
+
+build() {
+  cd "$srcdir/$_name-$pkgname-"*
+
+  # enable webgl support
+  export USE_WEBGL=true
+
+  qmake-qt4 QUPZILLA_PREFIX=/usr/
+  make
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgname-"*
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # zsh completion
+  install -Dm644 linux/completion/zsh_completion.sh \
+    "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/qupzilla.install
===================================================================
--- community-x86_64/qupzilla.install	2013-04-26 22:11:04 UTC (rev 89114)
+++ community-x86_64/qupzilla.install	2013-04-26 22:11:32 UTC (rev 89115)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qupzilla/repos/community-x86_64/qupzilla.install (from rev 89114, qupzilla/trunk/qupzilla.install)
===================================================================
--- community-x86_64/qupzilla.install	                        (rev 0)
+++ community-x86_64/qupzilla.install	2013-04-26 22:11:32 UTC (rev 89115)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list