diff options
author | Deposite Pirate | 2020-04-25 00:40:13 +0200 |
---|---|---|
committer | Deposite Pirate | 2020-04-25 00:40:13 +0200 |
commit | 204c380958e518d63eece89244178a85b70fe925 (patch) | |
tree | f4dcd15b9cea18d845829f294619312a88b396d8 /castor-git/castor-0.4.0-install.patch | |
parent | 35ef5b3a9f9a2a64459cb7407c20bfdb2a379c9d (diff) |
* Update castor to 0.7.0.
modified: castor-git/PKGBUILD
deleted: castor-git/castor-0.4.0-install.patch
new file: castor-git/castor-0.7.0-makefile.patch
Diffstat (limited to 'castor-git/castor-0.4.0-install.patch')
-rw-r--r-- | castor-git/castor-0.4.0-install.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/castor-git/castor-0.4.0-install.patch b/castor-git/castor-0.4.0-install.patch deleted file mode 100644 index 678194f..0000000 --- a/castor-git/castor-0.4.0-install.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -r -u -N castor/Makefile castor-install/Makefile ---- castor/Makefile 2020-01-24 15:28:53.812889790 +0100 -+++ castor-install/Makefile 2020-01-24 16:11:36.809011148 +0100 -@@ -36,12 +36,10 @@ - $(INSTALL_DATA) data/org.typed-hole.castor-32.png $(sharedir)/icons/hicolor/32x32/apps/org.typed-hole.castor.png - $(INSTALL_DATA) data/org.typed-hole.castor-64.png $(sharedir)/icons/hicolor/64x64/apps/org.typed-hole.castor.png - $(INSTALL_DATA) data/org.typed-hole.castor-128.png $(sharedir)/icons/hicolor/128x128/apps/org.typed-hole.castor.png -- # Force icon cache refresh -- touch $(sharedir)/icons/hicolor -- cp target/release/castor /usr/bin/castor -- # Install desktop file -+ # Create the applications dir if needed -+ mkdir -p $(sharedir)/applications -+ # Install desktop file - $(INSTALL_DATA) data/Castor.desktop $(sharedir)/applications/Castor.desktop -- update-desktop-database - - uninstall : - # Remove the .desktop |