makedeb
System Settings application for Cutefish Desktop
Click here to go back to the commit logs for cutefish-settings.
Hash: ea4b2e0e7e82db9997bfcb41982461b6ad8d3a0e
Message: Added Files
diff --git a/.SRCINFO b/.SRCINFO
index 335c714..d48dff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = cutefish-settings
depends = libcutefish
depends = modemmanager-qt-dev
depends = libkf5networkmanagerqt-dev
- source = cutefish-settings::git+https://github.com/cutefishos/cutefish-settings.git
+ source = cutefish-settings::git+https://github.com/cutefishos/settings.git
md5sums = SKIP
pkgname = cutefish-settings
diff --git a/PKGBUILD b/PKGBUILD
index 955a076..55847a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,17 +13,17 @@ license=('GPL')
groups=('cutefish')
depends=('fishui' 'libfontconfig1' 'libfreetype-dev' 'libicu-dev' 'libkf5coreaddons-dev' 'libcutefish' 'modemmanager-qt-dev' 'libkf5networkmanagerqt-dev')
makedepends=('extra-cmake-modules' 'ninja-build' 'qttools5-dev-tools' 'qtbase5-dev' 'qtdeclarative5-dev' 'qtquickcontrols2-5-dev' 'qttools5-dev')
-source=("${pkgname}::git+https://github.com/cutefishos/$pkgname.git")
+source=("${pkgname}::git+https://github.com/cutefishos/settings.git")
md5sums=('SKIP')
build() {
- cd settings-$pkgver
+ cd ${pkgname}
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
}
package() {
- cd settings-$pkgver
+ cd ${pkgname}
make DESTDIR="$pkgdir" install
}