$ diff -Nur PKGBUILD.orig PKGBUILD --- PKGBUILD.orig 2013-02-13 09:05:13.524572372 +0100 +++ PKGBUILD 2013-02-13 09:04:01.601628679 +0100 @@ -3,7 +3,7 @@ pkgbase=hotot-git pkgname=hotot-git true && pkgname=('hotot-data-git' 'hotot-gtk2-git' 'hotot-gtk3-git' 'hotot-qt-git' 'hotot-kde-git') -pkgver=20120901 +pkgver=20130213 pkgrel=1 pkgdesc="A lightweight & open source microblogging software (twitter identi.ca)." arch=('any') @@ -13,7 +13,7 @@ makedepends+=('kdebase-runtime') install="hotot-git.install" -_gitroot="https://github.com/shellex/Hotot.git" +_gitroot="https://github.com/lyricat/Hotot.git" _gitname="hotot" build() { @@ -77,7 +77,7 @@ "$pkgdir/usr/bin/hotot-qt" # desktop file - install -Dm644 misc/hotot-qt.desktop \ + install -Dm644 qt/hotot-qt.desktop \ "$pkgdir/usr/share/applications/hotot-qt.desktop" } @@ -93,15 +93,15 @@ "$pkgdir/usr/bin/hotot-kde" # desktop file - install -Dm644 misc/hotot-qt.desktop \ + install -Dm644 qt/hotot-qt.desktop \ "$pkgdir/usr/share/applications/hotot-kde.desktop" sed -i "s/qt/kde/;s/Qt/Kde/" \ "$pkgdir/usr/share/applications/hotot-kde.desktop" } package_hotot-gtk2-git() { - true && depends=('hotot-data-git' 'pywebkitgtk' 'python-notify' - 'python-keybinder' 'dbus-python' 'desktop-file-utils') + true && depends=('hotot-data-git' 'pywebkitgtk' 'python2-notify' + 'python2-keybinder2' 'dbus-python' 'desktop-file-utils') true && optdepends=('libappindicator: unity menubar integration') true && provides=("${pkgname/-git}" 'hotot') true && conflicts=("${pkgname/-git}" 'hotot')