aboutsummaryrefslogtreecommitdiff
path: root/deskutils/akamaru/files
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/akamaru/files')
-rw-r--r--deskutils/akamaru/files/patch-Makefile19
-rw-r--r--deskutils/akamaru/files/patch-populate-dock.sh27
-rw-r--r--deskutils/akamaru/files/pkg-message.in3
3 files changed, 0 insertions, 49 deletions
diff --git a/deskutils/akamaru/files/patch-Makefile b/deskutils/akamaru/files/patch-Makefile
deleted file mode 100644
index 2fe8ad307bf1..000000000000
--- a/deskutils/akamaru/files/patch-Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.orig Sun Jul 16 01:37:05 2006
-+++ Makefile Wed Oct 11 01:04:51 2006
-@@ -4,7 +4,7 @@
- LDFLAGS = -g
- GCONFTOOL = gconftool-2
-
--prefix = $(HOME)
-+prefix = $(PREFIX)
- targets = akamaru dock
- schemas = kiba.schemas
- akamaru_objs = main.o akamaru.o
-@@ -25,6 +25,7 @@
-
- install : install-schemas
- install dock $(prefix)/bin/kiba-dock
-+ install akamaru $(prefix)/bin/akamaru
- sh populate-dock.sh
-
- uninstall-schemas : gconf-clean
diff --git a/deskutils/akamaru/files/patch-populate-dock.sh b/deskutils/akamaru/files/patch-populate-dock.sh
deleted file mode 100644
index f9d4757d1198..000000000000
--- a/deskutils/akamaru/files/patch-populate-dock.sh
+++ /dev/null
@@ -1,27 +0,0 @@
---- populate-dock.sh.orig Sun Jul 16 01:37:05 2006
-+++ populate-dock.sh Wed Oct 11 22:29:57 2006
-@@ -3,18 +3,16 @@
- # Simple shell script to populate the dock by setting up some random
- # standard applications.
-
--make install-schemas
-+GAPPs=/usr/local/share/applications
-+APPs=/usr/local/share/applications
-
- while read n file; do
- key=/apps/kiba/launchers/$n/file
- gconftool-2 --set $key --type string $file
- gconftool-2 --apply-schema /schemas/apps/kiba/launchers/file $key
- done <<EOF
-- 0 /usr/share/applications/gnome-terminal.desktop
-- 1 /usr/share/applications/gimp-2.2.desktop
-- 2 /usr/share/applications/epiphany.desktop
-- 3 /usr/share/applications/gaim.desktop
-- 4 /usr/share/applications/gnome-cd.desktop
-- 5 /usr/share/applications/background.desktop
-- 6 /usr/share/applications/gnome-file-roller.desktop
-+ 0 $GAPPs/gnome-terminal.desktop
-+ 1 $GAPPs/gedit.desktop
-+ 2 $APPs/firefox.desktop
-+ 3 $GAPPs/evolution-2.8.desktop
- EOF
diff --git a/deskutils/akamaru/files/pkg-message.in b/deskutils/akamaru/files/pkg-message.in
deleted file mode 100644
index 92094cda6e4b..000000000000
--- a/deskutils/akamaru/files/pkg-message.in
+++ /dev/null
@@ -1,3 +0,0 @@
-*** By default kiba-dock is empty.
-*** To add launchers, look at and run the script
- %%DATADIR%%/populate-dock.sh