[arch-commits] Commit in midori/repos (8 files)
Alexander Rødseth
arodseth at archlinux.org
Wed Apr 22 09:36:28 UTC 2015
Date: Wednesday, April 22, 2015 @ 11:36:28
Author: arodseth
Revision: 131925
archrelease: copy trunk to community-x86_64, community-i686
Added:
midori/repos/community-i686/PKGBUILD
(from rev 131924, midori/trunk/PKGBUILD)
midori/repos/community-i686/midori.install
(from rev 131924, midori/trunk/midori.install)
midori/repos/community-x86_64/PKGBUILD
(from rev 131924, midori/trunk/PKGBUILD)
midori/repos/community-x86_64/midori.install
(from rev 131924, midori/trunk/midori.install)
Deleted:
midori/repos/community-i686/PKGBUILD
midori/repos/community-i686/midori.install
midori/repos/community-x86_64/PKGBUILD
midori/repos/community-x86_64/midori.install
---------------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++
/midori.install | 28 ++++++++++++++
community-i686/PKGBUILD | 36 ------------------
community-i686/midori.install | 14 -------
community-x86_64/PKGBUILD | 36 ------------------
community-x86_64/midori.install | 14 -------
6 files changed, 102 insertions(+), 100 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-04-22 09:36:13 UTC (rev 131924)
+++ community-i686/PKGBUILD 2015-04-22 09:36:28 UTC (rev 131925)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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 <bpiotrowski at archlinux.org>
-# Contributor: Andrew Gregory <andrew.gregory.8 at gmail.com>
-
-pkgname=midori
-pkgver=0.5.9
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja')
-optdepends=('aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
-sha256sums=('b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0')
-
-build() {
- cd "$pkgname-$pkgver"
- mkdir -p build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: midori/repos/community-i686/PKGBUILD (from rev 131924, midori/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-22 09:36:28 UTC (rev 131925)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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 <bpiotrowski at archlinux.org>
+# Contributor: Andrew Gregory <andrew.gregory.8 at gmail.com>
+
+pkgname=midori
+pkgver=0.5.10
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique' 'gcr')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr')
+optdepends=('aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
+sha256sums=('702344f68d7f034866a46398e35b3c16a5a5f3e431a5d916ea5efc3eaaa3e46f')
+
+build() {
+ #cd "$pkgname-$pkgver"
+ mkdir -p build
+ cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+ ninja
+}
+
+package() {
+ #DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+ DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-i686/midori.install
===================================================================
--- community-i686/midori.install 2015-04-22 09:36:13 UTC (rev 131924)
+++ community-i686/midori.install 2015-04-22 09:36:28 UTC (rev 131925)
@@ -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/repos/community-i686/midori.install (from rev 131924, midori/trunk/midori.install)
===================================================================
--- community-i686/midori.install (rev 0)
+++ community-i686/midori.install 2015-04-22 09:36:28 UTC (rev 131925)
@@ -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 2015-04-22 09:36:13 UTC (rev 131924)
+++ community-x86_64/PKGBUILD 2015-04-22 09:36:28 UTC (rev 131925)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# 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 <bpiotrowski at archlinux.org>
-# Contributor: Andrew Gregory <andrew.gregory.8 at gmail.com>
-
-pkgname=midori
-pkgver=0.5.9
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja')
-optdepends=('aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
-sha256sums=('b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0')
-
-build() {
- cd "$pkgname-$pkgver"
- mkdir -p build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
- ninja
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: midori/repos/community-x86_64/PKGBUILD (from rev 131924, midori/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-04-22 09:36:28 UTC (rev 131925)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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 <bpiotrowski at archlinux.org>
+# Contributor: Andrew Gregory <andrew.gregory.8 at gmail.com>
+
+pkgname=midori
+pkgver=0.5.10
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique' 'gcr')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr')
+optdepends=('aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
+sha256sums=('702344f68d7f034866a46398e35b3c16a5a5f3e431a5d916ea5efc3eaaa3e46f')
+
+build() {
+ #cd "$pkgname-$pkgver"
+ mkdir -p build
+ cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+ ninja
+}
+
+package() {
+ #DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+ DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/midori.install
===================================================================
--- community-x86_64/midori.install 2015-04-22 09:36:13 UTC (rev 131924)
+++ community-x86_64/midori.install 2015-04-22 09:36:28 UTC (rev 131925)
@@ -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/repos/community-x86_64/midori.install (from rev 131924, midori/trunk/midori.install)
===================================================================
--- community-x86_64/midori.install (rev 0)
+++ community-x86_64/midori.install 2015-04-22 09:36:28 UTC (rev 131925)
@@ -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