[arch-commits] Commit in (9 files)

Jan Steffens heftig at nymeria.archlinux.org
Fri Jun 7 10:32:34 UTC 2013


    Date: Friday, June 7, 2013 @ 12:32:34
  Author: heftig
Revision: 92504

Fix webkitgtk dep

Modified:
  apvlv/trunk/PKGBUILD
  dwb/trunk/PKGBUILD
  google-gadgets/trunk/PKGBUILD
  gtkpod/trunk/PKGBUILD
  luakit/trunk/PKGBUILD
  perl-gtk2-webkit/trunk/PKGBUILD
  shotwell/trunk/PKGBUILD
  surf/trunk/PKGBUILD
  uzbl/trunk/PKGBUILD

---------------------------------+
 apvlv/trunk/PKGBUILD            |    2 +-
 dwb/trunk/PKGBUILD              |    2 +-
 google-gadgets/trunk/PKGBUILD   |    6 +++---
 gtkpod/trunk/PKGBUILD           |    2 +-
 luakit/trunk/PKGBUILD           |    2 +-
 perl-gtk2-webkit/trunk/PKGBUILD |    2 +-
 shotwell/trunk/PKGBUILD         |    2 +-
 surf/trunk/PKGBUILD             |    2 +-
 uzbl/trunk/PKGBUILD             |    4 ++--
 9 files changed, 12 insertions(+), 12 deletions(-)

Modified: apvlv/trunk/PKGBUILD
===================================================================
--- apvlv/trunk/PKGBUILD	2013-06-07 09:30:43 UTC (rev 92503)
+++ apvlv/trunk/PKGBUILD	2013-06-07 10:32:34 UTC (rev 92504)
@@ -13,7 +13,7 @@
 url="http://naihe2010.github.com/apvlv/"
 license=('GPL')
 depends=('gtk2' 'cairo' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
-makedepends=('cmake' 'libwebkit')
+makedepends=('cmake' 'webkitgtk2')
 install=$pkgname.install
 source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
         $pkgname.desktop)

Modified: dwb/trunk/PKGBUILD
===================================================================
--- dwb/trunk/PKGBUILD	2013-06-07 09:30:43 UTC (rev 92503)
+++ dwb/trunk/PKGBUILD	2013-06-07 10:32:34 UTC (rev 92504)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 install=dwb.install
 license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
+depends=('webkitgtk2' 'desktop-file-utils')
 makedepends=('json-c')
 source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz)
 sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)

Modified: google-gadgets/trunk/PKGBUILD
===================================================================
--- google-gadgets/trunk/PKGBUILD	2013-06-07 09:30:43 UTC (rev 92503)
+++ google-gadgets/trunk/PKGBUILD	2013-06-07 10:32:34 UTC (rev 92504)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/google-gadgets-for-linux/"
 license=('APACHE')
-makedepends=('gstreamer0.10-base-plugins' 'libwebkit'
+makedepends=('gstreamer0.10-base-plugins' 'webkitgtk2'
              'desktop-file-utils' 'xdg-utils'
              'librsvg' 'curl' 'libsoup-gnome'
              'qtwebkit'
@@ -89,7 +89,7 @@
   install=$pkgbase.install
   depends=('google-gadgets-common'
            'desktop-file-utils' 'xdg-utils'
-           'gstreamer0.10-base-plugins' 'libwebkit' 'libsoup-gnome'
+           'gstreamer0.10-base-plugins' 'webkitgtk2' 'libsoup-gnome'
            'librsvg' 'curl')
   optdepends=('networkmanager: desktop integration')
 
@@ -132,7 +132,7 @@
   install=$pkgbase.install
   depends=('google-gadgets-common' 'qtwebkit'
            'desktop-file-utils' 'xdg-utils'
-           'gstreamer0.10-base-plugins' 'libwebkit')
+           'gstreamer0.10-base-plugins' 'webkitgtk2')
   optdepends=('networkmanager: desktop integration')
 
   # install the qt binary

Modified: gtkpod/trunk/PKGBUILD
===================================================================
--- gtkpod/trunk/PKGBUILD	2013-06-07 09:30:43 UTC (rev 92503)
+++ gtkpod/trunk/PKGBUILD	2013-06-07 10:32:34 UTC (rev 92504)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url="http://gtkpod.sourceforge.net"
 license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'libwebkit3')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'webkitgtk')
 makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
 optdepends=('libmp4v2: MP4/h264 support'
             'vorbis-tools: OGG support'

Modified: luakit/trunk/PKGBUILD
===================================================================
--- luakit/trunk/PKGBUILD	2013-06-07 09:30:43 UTC (rev 92503)
+++ luakit/trunk/PKGBUILD	2013-06-07 10:32:34 UTC (rev 92504)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url='http://mason-larobina.github.com/luakit/'
 license=('GPL3')
-depends=('libwebkit' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 'luajit')
+depends=('webkitgtk2' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 'luajit')
 makedepends=('git' 'help2man')
 options=(!makeflags)
 install='luakit.install'

Modified: perl-gtk2-webkit/trunk/PKGBUILD
===================================================================
--- perl-gtk2-webkit/trunk/PKGBUILD	2013-06-07 09:30:43 UTC (rev 92503)
+++ perl-gtk2-webkit/trunk/PKGBUILD	2013-06-07 10:32:34 UTC (rev 92504)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Gtk2-WebKit"
 license=('GPL' 'PerlArtistic')
-depends=('perl' 'gtk2-perl' 'libwebkit' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
+depends=('perl' 'gtk2-perl' 'webkitgtk2' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/F/FL/FLORA/Gtk2-WebKit-${pkgver}.tar.gz)
 md5sums=('e696fc2b15d6189370e19bce9a9e56f3')

Modified: shotwell/trunk/PKGBUILD
===================================================================
--- shotwell/trunk/PKGBUILD	2013-06-07 09:30:43 UTC (rev 92503)
+++ shotwell/trunk/PKGBUILD	2013-06-07 10:32:34 UTC (rev 92504)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url="http://yorba.org/shotwell/"
 license=('LGPL2.1')
-depends=('libgee06' 'libwebkit3' 'libgexiv2' 'libraw' 'rest'
+depends=('libgee06' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
 	 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
 	 'gst-plugins-base' 'libgphoto2')
 makedepends=('intltool' 'vala>=0.17.2' 'libunique3')

Modified: surf/trunk/PKGBUILD
===================================================================
--- surf/trunk/PKGBUILD	2013-06-07 09:30:43 UTC (rev 92503)
+++ surf/trunk/PKGBUILD	2013-06-07 10:32:34 UTC (rev 92504)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 url='http://surf.suckless.org/'
 license=('MIT')
-depends=('libwebkit' 'xorg-xprop')
+depends=('webkitgtk2' 'xorg-xprop')
 optdepends=('dmenu: URL-bar'
             'ca-certificates: SSL verification'
             'xterm: default download handler'

Modified: uzbl/trunk/PKGBUILD
===================================================================
--- uzbl/trunk/PKGBUILD	2013-06-07 09:30:43 UTC (rev 92503)
+++ uzbl/trunk/PKGBUILD	2013-06-07 10:32:34 UTC (rev 92504)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url="http://www.uzbl.org"
 license=('GPL3')
-makedepends=('pkgconfig' 'libwebkit>=1.3.13')
+makedepends=('pkgconfig' 'webkitgtk2>=1.3.13')
 source=(uzbl-$pkgver.tar.gz::https://github.com/Dieterbe/uzbl/tarball/$pkgver)
 md5sums=('4c58653bddbcf1429f7275bbb7c664a9')
 
@@ -33,7 +33,7 @@
 
 package_uzbl-core() {
    pkgdesc="Webpage interface component meant for integration with other tools and scripts"
-   depends=('libwebkit>=1.3.13')
+   depends=('webkitgtk2>=1.3.13')
    optdepends=('socat: to interface with the socket' 'dmenu: to run some of the example scripts'
                'zenity: to run some of the example scripts'
                'python2: to run some of the example scripts'




More information about the arch-commits mailing list