summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
-rw-r--r--codelite-git.install7
3 files changed, 1 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a305e61743..13fa63ff8599 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = codelite-git
pkgver = 14.0.2.r61.g2b75baba8
pkgrel = 1
url = http://www.codelite.org/
- install = codelite-git.install
arch = i686
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 797afbd8f949..201d9f345c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ pkgdesc="A cross platform C/C++/PHP and Node.js IDE written in C++"
arch=('i686' 'x86_64' 'aarch64')
url="http://www.codelite.org/"
license=('GPL')
-install=codelite-git.install
makedepends=('pkgconfig' 'cmake' 'ninja' 'clang' 'git')
depends=(
'wxgtk'
@@ -62,7 +61,7 @@ build() {
CXXFLAGS="${CXXFLAGS} -fno-devirtualize"
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release \
- -DENABLE_CLANG=1 -DENABLE_LLDB=1 -DWITH_MYSQL=0 \
+ -DENABLE_LLDB=1 -DWITH_MYSQL=0 \
-DCMAKE_INSTALL_LIBDIR=lib \
..
diff --git a/codelite-git.install b/codelite-git.install
deleted file mode 100644
index 4063311ea1c2..000000000000
--- a/codelite-git.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate
-}
-
-post_remove() {
- xdg-icon-resource forceupdate
-}