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

speps speps at nymeria.archlinux.org
Wed Mar 13 01:33:36 UTC 2013


    Date: Wednesday, March 13, 2013 @ 02:33:35
  Author: speps
Revision: 86204

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

Added:
  qupzilla/repos/community-i686/PKGBUILD
    (from rev 86203, qupzilla/trunk/PKGBUILD)
  qupzilla/repos/community-i686/qupzilla.install
    (from rev 86203, qupzilla/trunk/qupzilla.install)
  qupzilla/repos/community-x86_64/PKGBUILD
    (from rev 86203, qupzilla/trunk/PKGBUILD)
  qupzilla/repos/community-x86_64/qupzilla.install
    (from rev 86203, 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

-----------------------------------+
 community-i686/PKGBUILD           |   78 ++++++++++++++++++++----------------
 community-i686/qupzilla.install   |   24 +++++------
 community-x86_64/PKGBUILD         |   78 ++++++++++++++++++++----------------
 community-x86_64/qupzilla.install |   24 +++++------
 4 files changed, 114 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-13 01:33:09 UTC (rev 86203)
+++ community-i686/PKGBUILD	2013-03-13 01:33:35 UTC (rev 86204)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-_name=QupZilla
-_commit=fbfcc70
-pkgname=qupzilla
-pkgver=1.3.5_git20130128
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/"
-license=('GPL3')
-depends=('qtwebkit')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit")
-md5sums=('ff8bd77f785335a8157aceb3cd54507a')
-
-build() {
-  cd "$srcdir/$_name-$pkgname-"*
-
-  # enable webgl support
-  export USE_WEBGL=true
-
-  qmake QUPZILLA_PREFIX=/usr/
-  make
-}
-
-package() {
-  cd "$srcdir/$_name-$pkgname-"*
-  make INSTALL_ROOT="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 86203, qupzilla/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-13 01:33:35 UTC (rev 86204)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+_name=QupZilla
+_commit=93d22ec # fixes https://github.com/QupZilla/qupzilla/issues/793
+pkgname=qupzilla
+pkgver=1.4.0_git20130312
+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=('8fa69f60a26b55d68bfac2d7ec812bf8')
+
+build() {
+  cd "$srcdir/$_name-$pkgname-"*
+
+  # enable webgl support
+  export USE_WEBGL=true
+
+  # manually install bash completion
+  sed -i '/bashcompletion/d' src/install.pri
+
+  qmake-qt4 QUPZILLA_PREFIX=/usr/
+  make
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgname-"*
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # bash completion
+  install -Dm644 linux/completion/bash_completion.sh \
+    "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+
+  # 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-03-13 01:33:09 UTC (rev 86203)
+++ community-i686/qupzilla.install	2013-03-13 01:33:35 UTC (rev 86204)
@@ -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 86203, qupzilla/trunk/qupzilla.install)
===================================================================
--- community-i686/qupzilla.install	                        (rev 0)
+++ community-i686/qupzilla.install	2013-03-13 01:33:35 UTC (rev 86204)
@@ -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-03-13 01:33:09 UTC (rev 86203)
+++ community-x86_64/PKGBUILD	2013-03-13 01:33:35 UTC (rev 86204)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps <speps at aur dot archlinux dot org>
-
-_name=QupZilla
-_commit=fbfcc70
-pkgname=qupzilla
-pkgver=1.3.5_git20130128
-pkgrel=1
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/"
-license=('GPL3')
-depends=('qtwebkit')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit")
-md5sums=('ff8bd77f785335a8157aceb3cd54507a')
-
-build() {
-  cd "$srcdir/$_name-$pkgname-"*
-
-  # enable webgl support
-  export USE_WEBGL=true
-
-  qmake QUPZILLA_PREFIX=/usr/
-  make
-}
-
-package() {
-  cd "$srcdir/$_name-$pkgname-"*
-  make INSTALL_ROOT="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-x86_64/PKGBUILD (from rev 86203, qupzilla/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-13 01:33:35 UTC (rev 86204)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+_name=QupZilla
+_commit=93d22ec # fixes https://github.com/QupZilla/qupzilla/issues/793
+pkgname=qupzilla
+pkgver=1.4.0_git20130312
+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=('8fa69f60a26b55d68bfac2d7ec812bf8')
+
+build() {
+  cd "$srcdir/$_name-$pkgname-"*
+
+  # enable webgl support
+  export USE_WEBGL=true
+
+  # manually install bash completion
+  sed -i '/bashcompletion/d' src/install.pri
+
+  qmake-qt4 QUPZILLA_PREFIX=/usr/
+  make
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgname-"*
+  make INSTALL_ROOT="$pkgdir/" install
+
+  # bash completion
+  install -Dm644 linux/completion/bash_completion.sh \
+    "$pkgdir/usr/share/bash-completion/completions/$pkgname"
+
+  # 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-03-13 01:33:09 UTC (rev 86203)
+++ community-x86_64/qupzilla.install	2013-03-13 01:33:35 UTC (rev 86204)
@@ -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 86203, qupzilla/trunk/qupzilla.install)
===================================================================
--- community-x86_64/qupzilla.install	                        (rev 0)
+++ community-x86_64/qupzilla.install	2013-03-13 01:33:35 UTC (rev 86204)
@@ -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