Noah Vogt 3 gadi atpakaļ
vecāks
revīzija
c3a9aad4c0
2 mainītis faili ar 6 papildinājumiem un 4 dzēšanām
  1. 3 2
      PKGBUILD
  2. 3 2
      xdg-basedir.patch

+ 3 - 2
PKGBUILD

@@ -15,10 +15,11 @@ depends=('gtk2' 'libticalcs')
 makedepends=('intltool')
 optdepends=('gfm: to manage and manipulate TI Group Files (backups)')
 source=("http://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-${pkgver}/tilp2-${pkgver}.tar.bz2"
-        "remove-broken-kde-support.patch")
+        "remove-broken-kde-support.patch"
+        "xdg-basedir.patch")
 md5sums=('daff9cb7a86af8965453e737f8fba781'
          'b678c0fade4b2daffc5662d7094b1544'
-         '68543707468eaa33052f2cb23a004e7e')
+         'e9625355dd5b49dc7cf8f77b843100b9')
 
 prepare() {
   cd "${srcdir}/tilp2-${pkgver}"

+ 3 - 2
xdg-basedir.patch

@@ -1,5 +1,6 @@
---- src/tilp-git/tilp/trunk/src/tilp_paths.h.o	2021-10-26 18:30:11.123687827 +0200
-+++ src/tilp-git/tilp/trunk/src/tilp_paths.h	2021-10-26 18:31:23.503690390 +0200
+diff -ruN a/src/tilp-git/tilp/trunk/src/tilp_paths.h b/src/tilp-git/tilp/trunk/src/tilp_paths.h
+--- a/src/tilp-git/tilp/trunk/src/tilp_paths.h	2021-10-26 18:30:11.123687827 +0200
++++ b/src/tilp-git/tilp/trunk/src/tilp_paths.h	2021-10-26 18:31:23.503690390 +0200
 @@ -32,3 +32,3 @@
  #if defined(__LINUX__) || defined(__BSD__) || defined(__MACOSX__)
 -# define INI_FILE  "/.tilp"