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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Aug 2 13:05:50 UTC 2013


    Date: Friday, August 2, 2013 @ 15:05:49
  Author: arodseth
Revision: 94988

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

Added:
  midori-gtk3/repos/community-i686/PKGBUILD
    (from rev 94987, midori-gtk3/trunk/PKGBUILD)
  midori-gtk3/repos/community-i686/midori.install
    (from rev 94987, midori-gtk3/trunk/midori.install)
  midori-gtk3/repos/community-x86_64/PKGBUILD
    (from rev 94987, midori-gtk3/trunk/PKGBUILD)
  midori-gtk3/repos/community-x86_64/midori.install
    (from rev 94987, midori-gtk3/trunk/midori.install)
Deleted:
  midori-gtk3/repos/community-i686/PKGBUILD
  midori-gtk3/repos/community-i686/midori.install
  midori-gtk3/repos/community-x86_64/PKGBUILD
  midori-gtk3/repos/community-x86_64/midori.install

---------------------------------+
 /PKGBUILD                       |   90 ++++++++++++++++++++++++++++++++++++++
 /midori.install                 |   28 +++++++++++
 community-i686/PKGBUILD         |   52 ---------------------
 community-i686/midori.install   |   14 -----
 community-x86_64/PKGBUILD       |   52 ---------------------
 community-x86_64/midori.install |   14 -----
 6 files changed, 118 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-02 13:05:41 UTC (rev 94987)
+++ community-i686/PKGBUILD	2013-08-02 13:05:49 UTC (rev 94988)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth <rodseth at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: rabyte <rabyte.at.gmail.dot.com>
-# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
-# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
-
-#
-# Note:
-#
-# * Depending on and compiling with 'granite' didn't work last time I tried.
-# * If steadyflow is moved to [community] or [extra], it can be added as an optdepends.
-#
-
-pkgname=midori-gtk3
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK3)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-conflicts=('midori')
-replaces=('midori')
-provides=('midori')
-depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
-            'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/midori_${pkgver}_all_.tar.bz2")
-sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
-
-build() {
-  cd "$srcdir/midori_${pkgver}_all_"
-
-  python2 ./waf configure \
-    --prefix=/usr \
-    --enable-gtk3 \
-    --disable-granite \
-    --enable-webkit2
-  python2 ./waf build 
-}
-
-package() {
-  cd "$srcdir/midori_${pkgver}_all_"
-
-  DESTDIR="$pkgdir" python2 ./waf install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-i686/PKGBUILD (from rev 94987, midori-gtk3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-02 13:05:49 UTC (rev 94988)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Alexander Rødseth <rodseth at gmail.com>
+# Contributor:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: rabyte <rabyte.at.gmail.dot.com>
+# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
+# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
+
+pkgname=midori-gtk3
+pkgver=0.5.4
+pkgrel=2
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+provides=('midori')
+depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+            'aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/midori_${pkgver}_all_.tar.bz2")
+sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+
+build() {
+  cd "$srcdir/midori_${pkgver}_all_"
+
+  # if granite is present, the build fails (last time I tried)
+  python2 ./waf configure \
+    --prefix=/usr \
+    --enable-gtk3 \
+    --disable-granite \
+    --enable-webkit2
+  python2 ./waf build 
+}
+
+package() {
+  cd "$srcdir/midori_${pkgver}_all_"
+
+  DESTDIR="$pkgdir" python2 ./waf install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===================================================================
--- community-i686/midori.install	2013-08-02 13:05:41 UTC (rev 94987)
+++ community-i686/midori.install	2013-08-02 13:05:49 UTC (rev 94988)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-i686/midori.install (from rev 94987, midori-gtk3/trunk/midori.install)
===================================================================
--- community-i686/midori.install	                        (rev 0)
+++ community-i686/midori.install	2013-08-02 13:05:49 UTC (rev 94988)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-02 13:05:41 UTC (rev 94987)
+++ community-x86_64/PKGBUILD	2013-08-02 13:05:49 UTC (rev 94988)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth <rodseth at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: rabyte <rabyte.at.gmail.dot.com>
-# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
-# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
-
-#
-# Note:
-#
-# * Depending on and compiling with 'granite' didn't work last time I tried.
-# * If steadyflow is moved to [community] or [extra], it can be added as an optdepends.
-#
-
-pkgname=midori-gtk3
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK3)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-conflicts=('midori')
-replaces=('midori')
-provides=('midori')
-depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
-            'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/midori_${pkgver}_all_.tar.bz2")
-sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
-
-build() {
-  cd "$srcdir/midori_${pkgver}_all_"
-
-  python2 ./waf configure \
-    --prefix=/usr \
-    --enable-gtk3 \
-    --disable-granite \
-    --enable-webkit2
-  python2 ./waf build 
-}
-
-package() {
-  cd "$srcdir/midori_${pkgver}_all_"
-
-  DESTDIR="$pkgdir" python2 ./waf install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-x86_64/PKGBUILD (from rev 94987, midori-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-02 13:05:49 UTC (rev 94988)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Alexander Rødseth <rodseth at gmail.com>
+# Contributor:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: rabyte <rabyte.at.gmail.dot.com>
+# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
+# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
+
+pkgname=midori-gtk3
+pkgver=0.5.4
+pkgrel=2
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+provides=('midori')
+depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+            'aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/midori_${pkgver}_all_.tar.bz2")
+sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+
+build() {
+  cd "$srcdir/midori_${pkgver}_all_"
+
+  # if granite is present, the build fails (last time I tried)
+  python2 ./waf configure \
+    --prefix=/usr \
+    --enable-gtk3 \
+    --disable-granite \
+    --enable-webkit2
+  python2 ./waf build 
+}
+
+package() {
+  cd "$srcdir/midori_${pkgver}_all_"
+
+  DESTDIR="$pkgdir" python2 ./waf install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/midori.install
===================================================================
--- community-x86_64/midori.install	2013-08-02 13:05:41 UTC (rev 94987)
+++ community-x86_64/midori.install	2013-08-02 13:05:49 UTC (rev 94988)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-x86_64/midori.install (from rev 94987, midori-gtk3/trunk/midori.install)
===================================================================
--- community-x86_64/midori.install	                        (rev 0)
+++ community-x86_64/midori.install	2013-08-02 13:05:49 UTC (rev 94988)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list