summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2018-11-01 15:49:27 -0600
committerSam Burgos2018-11-01 15:49:27 -0600
commit05c2a6066afa9ac66c4644e21b330a95a38c638e (patch)
tree71101d149f312d7e190a8c6740895f5c7a54c852
parentb0f92b1a26342e3640d0818692c913a109c2edcc (diff)
downloadaur-05c2a6066afa9ac66c4644e21b330a95a38c638e.tar.gz
updated PKGBUILD for mintlocale
-rw-r--r--PKGBUILD14
1 files changed, 10 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8799a9a51d44..d31cd1f1022b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,12 +59,18 @@ package() {
#prepare() {
# cd "${pkgname}-${pkgver}"
-# # Remove the im desktop file since input methods are handled differently on Arch
-# # You can still use "mintlocale im" command
+# # Remove the im desktop file and executable from this package,
+# # this is done since input methods are handled differently on Arch
# rm -f 'usr/share/applications/mintlocale-im.desktop'
+# rm -f 'usr/bin/mintlocale-im'
-# #Added checking of APT so application can show proper configuration
-# patch -Np0 -i ../add_apt_checking.patch
+# #Added checking of APT in mintlocale so application can show proper configuration
+# #Patching "im.py" file
+# patch -Np1 -i ../im_apt_check.patch
+# #Patching "install_remove.py" file
+# patch -Np1 -i ../install_remove_apt_check.patch
+# #Patching "mintlocale.py" file
+# patch -Np1 -i ../mintlocale_apt_check.patch
#}
#package() {