Advertisement
ponce

qterminal.SlackBuild

Jul 3rd, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. diff -Naur qterminal.orig/qterminal.SlackBuild qterminal/qterminal.SlackBuild
  2. --- qterminal.orig/qterminal.SlackBuild 2017-06-28 19:13:21.321495059 +0200
  3. +++ qterminal/qterminal.SlackBuild 2017-07-03 10:55:38.899058422 +0200
  4. @@ -24,6 +24,7 @@
  5.  
  6. PRGNAM=qterminal
  7. VERSION=${VERSION:-0.7.1}
  8. +TVERSION=${TVERSION:-20170629_53471db2}
  9. BUILD=${BUILD:-1}
  10. TAG=${TAG:-_SBo}
  11.  
  12. @@ -64,6 +65,9 @@
  13. rm -rf $PRGNAM-$VERSION
  14. tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
  15. cd $PRGNAM-$VERSION
  16. +( mkdir -p src/translations
  17. + cd src/translations
  18. + tar xvf $CWD/$PRGNAM-l10n-$TVERSION.tar.?z* )
  19. chown -R root:root .
  20. find -L . \
  21. \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
  22. @@ -77,6 +81,7 @@
  23. -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
  24. -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
  25. -DCMAKE_INSTALL_PREFIX=/usr \
  26. + -DPULL_TRANSLATIONS=No \
  27. -DCMAKE_BUILD_TYPE=Release ..
  28. make
  29. make install DESTDIR=$PKG
  30. diff -Naur qterminal.orig/qterminal.info qterminal/qterminal.info
  31. --- qterminal.orig/qterminal.info 2017-06-28 19:13:21.321495059 +0200
  32. +++ qterminal/qterminal.info 2017-07-03 10:59:28.465235103 +0200
  33. @@ -1,8 +1,10 @@
  34. PRGNAM="qterminal"
  35. VERSION="0.7.1"
  36. HOMEPAGE="https://github.com/lxde/qterminal"
  37. -DOWNLOAD="https://github.com/lxde/qterminal/releases/download/0.7.1/qterminal-0.7.1.tar.xz"
  38. -MD5SUM="6c27ac08df0b6c8322729e0ad981873d"
  39. +DOWNLOAD="https://github.com/lxde/qterminal/releases/download/0.7.1/qterminal-0.7.1.tar.xz \
  40. + http://ponce.cc/slackware/sources/repo/qterminal-l10n-20170629_53471db2.tar.xz"
  41. +MD5SUM="6c27ac08df0b6c8322729e0ad981873d \
  42. + 001372e42411ace11820d03808422f32"
  43. DOWNLOAD_x86_64=""
  44. MD5SUM_x86_64=""
  45. REQUIRES="lxqt-build-tools qtermwidget"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement