Advertisement
Guest User

tlpui-git PKGBUILD update

a guest
Aug 10th, 2019
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.36 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index bc26355..88acbac 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -1,21 +1,21 @@
  6.  # Maintainer: slact
  7.  #author: Daniel Christophis
  8.  pkgname=tlpui-git
  9. -pkgver=0.r88.ab1183a
  10. -pkgrel=2
  11. +pkgver=0.r110.372463b
  12. +pkgrel=1
  13.  epoch=
  14.  pkgdesc="A GTK-UI to change TLP configuration files easily. It has the aim to protect users from setting bad configuration and to deliver a basic overview of all the valid configuration values."
  15.  arch=('any')
  16.  url="https://github.com/d4nj1/TLPUI"
  17.  license=('GPLv2')
  18.  groups=()
  19. -depends=("tlp" "python" "pygtk" "python-gobject")
  20. +depends=("tlp" "python-gobject")
  21.  makedepends=()
  22. -provides=()
  23. +provides=("tlpui")
  24.  conflicts=()
  25.  install=
  26.  source=(git+https://github.com/d4nj1/TLPUI.git
  27. -   tlpui.sh
  28. +        tlpui.sh
  29.          tlpui.desktop)
  30.  md5sums=('SKIP'
  31.           '9f23dcf973bac1089280be1255dfe34d'
  32. @@ -31,12 +31,10 @@ package() {
  33.    mkdir -p "$pkgdir"/opt/tlpui
  34.    cp -dpr --no-preserve=ownership ./ "$pkgdir"/opt/tlpui/
  35.    rm -Rf "$pkgdir"/opt/tlpui/tlpui/__pycache__
  36. -  rm -Rf "$pkgdir"/opt/tlpui/tlpui/ui_config_objects/__pycache__  
  37. -  
  38. +  rm -Rf "$pkgdir"/opt/tlpui/tlpui/ui_config_objects/__pycache__
  39. +
  40.    install -Dm644 "$srcdir"/tlpui.desktop "$pkgdir"/usr/share/applications/tlpui.desktop
  41.    install -Dm755 "$srcdir"/tlpui.sh "$pkgdir"/usr/bin/tlpui
  42. -
  43. -
  44.  }
  45.  
  46.  # vim:set ts=2 sw=2 et:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement