Advertisement
Guest User

Untitled

a guest
Feb 13th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.66 KB | None | 0 0
  1. $ diff -Nur PKGBUILD.orig PKGBUILD
  2. --- PKGBUILD.orig       2013-02-13 09:05:13.524572372 +0100
  3. +++ PKGBUILD    2013-02-13 09:04:01.601628679 +0100
  4. @@ -3,7 +3,7 @@
  5.  pkgbase=hotot-git
  6.  pkgname=hotot-git
  7.  true && pkgname=('hotot-data-git' 'hotot-gtk2-git' 'hotot-gtk3-git' 'hotot-qt-git' 'hotot-kde-git')
  8. -pkgver=20120901
  9. +pkgver=20130213
  10.  pkgrel=1
  11.  pkgdesc="A lightweight & open source microblogging software (twitter identi.ca)."
  12.  arch=('any')
  13. @@ -13,7 +13,7 @@
  14.  makedepends+=('kdebase-runtime')
  15.  install="hotot-git.install"
  16.  
  17. -_gitroot="https://github.com/shellex/Hotot.git"
  18. +_gitroot="https://github.com/lyricat/Hotot.git"
  19.  _gitname="hotot"
  20.  
  21.  build() {
  22. @@ -77,7 +77,7 @@
  23.      "$pkgdir/usr/bin/hotot-qt"
  24.  
  25.    # desktop file
  26. -  install -Dm644 misc/hotot-qt.desktop \
  27. +  install -Dm644 qt/hotot-qt.desktop \
  28.      "$pkgdir/usr/share/applications/hotot-qt.desktop"
  29.  }
  30.  
  31. @@ -93,15 +93,15 @@
  32.      "$pkgdir/usr/bin/hotot-kde"
  33.  
  34.    # desktop file
  35. -  install -Dm644 misc/hotot-qt.desktop \
  36. +  install -Dm644 qt/hotot-qt.desktop \
  37.      "$pkgdir/usr/share/applications/hotot-kde.desktop"
  38.    sed -i "s/qt/kde/;s/Qt/Kde/" \
  39.      "$pkgdir/usr/share/applications/hotot-kde.desktop"
  40.  }
  41.  
  42.  package_hotot-gtk2-git() {
  43. -  true && depends=('hotot-data-git' 'pywebkitgtk' 'python-notify'
  44. -                   'python-keybinder' 'dbus-python' 'desktop-file-utils')
  45. +  true && depends=('hotot-data-git' 'pywebkitgtk' 'python2-notify'
  46. +                   'python2-keybinder2' 'dbus-python' 'desktop-file-utils')
  47.    true && optdepends=('libappindicator: unity menubar integration')
  48.    true && provides=("${pkgname/-git}" 'hotot')
  49.    true && conflicts=("${pkgname/-git}" 'hotot')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement