makedeb


cutefish-dock 0.4-1


CutefishOS application dock

Click here to go back to the commit logs for cutefish-dock.

Commit:


Hash: a5a99f1566776d5480278bf08c7296490f056a1f

Message: Added Files

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 2148475..49150c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = cutefish-dock
 	depends = fishui
 	depends = libcutefish
 	depends = libqt5svg5-dev
-	source = cutefish-dock::git+https://github.com/cutefishos/cutefish-dock.git
+	source = cutefish-dock::git+https://github.com/cutefishos/dock.git
 	md5sums = SKIP
 
 pkgname = cutefish-dock
diff --git a/PKGBUILD b/PKGBUILD
index e1c27b8..c5d8ecc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,17 +13,17 @@ license=('GPL')
 groups=('cutefish')
 depends=('fishui' 'libcutefish' 'libqt5svg5-dev')
 makedepends=('extra-cmake-modules' 'ninja-build' 'qttools5-dev-tools' 'qtbase5-dev' 'qtdeclarative5-dev' 'qtquickcontrols2-5-dev' 'qttools5-dev' 'libqt5x11extras5-dev' 'libkf5windowsystem-dev')
-source=("${pkgname}::git+https://github.com/cutefishos/$pkgname.git")
+source=("${pkgname}::git+https://github.com/cutefishos/dock.git")
 md5sums=('SKIP')
 
 build() {
-  cd dock-$pkgver
+  cd ${pkgname}
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
 
 package() {
-  cd dock-$pkgver
+  cd ${pkgname}
   make DESTDIR="$pkgdir" install
 }