summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
-rw-r--r--textsuggest.patch11
3 files changed, 1 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d95163817030..b46d1437c39c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jun 26 03:23:25 UTC 2016
+# Sun Jun 26 08:19:35 UTC 2016
pkgbase = textsuggest-git
pkgdesc = Simple Linux utility to autocomplete words using rofi
pkgver = r35.ccbcbc9
diff --git a/PKGBUILD b/PKGBUILD
index df025fec6288..a6e0c9365b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,11 +19,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd "$srcdir/$_gitname"
- patch -uN "TextSuggest.py" "$startdir/textsuggest.patch"
-}
-
package() {
cd "$srcdir/$_gitname"
install -d "$pkgdir/usr/share/"
diff --git a/textsuggest.patch b/textsuggest.patch
deleted file mode 100644
index b4a7702c712a..000000000000
--- a/textsuggest.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- TextSuggest.py 2016-06-26 03:58:15.207902622 +0200
-+++ textsuggest.new 2016-06-26 05:19:07.357888524 +0200
-@@ -89,7 +89,7 @@
-
- hist_file = os.path.expanduser('~/.config/textsuggest/history.txt')
-
--extra_words_file = os.path.expanduser('~/.config/textsuggest/Extra_Words.txt')
-+extra_words_file = os.path.expanduser('/usr/share/textsuggest/Extra_Words.txt')
-
- custom_words_file = os.path.expanduser('~/.config/textsuggest/Custom_Words.txt')
-