From c317ff62fe84d142f8c5f20647d7314374517558 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 2 Jun 2011 20:40:54 +0000 Subject: Branch for updates --- data/.svnignore | 2 ++ data/Makefile | 19 +++++++++++++++++++ data/mageiaupdate.desktop.in | 9 +++++++++ data/rpmdrake-browse-only.desktop.in | 10 ++++++++++ data/rpmdrake-sources.desktop.in | 10 ++++++++++ data/rpmdrake.desktop.in | 9 +++++++++ 6 files changed, 59 insertions(+) create mode 100644 data/.svnignore create mode 100644 data/Makefile create mode 100644 data/mageiaupdate.desktop.in create mode 100644 data/rpmdrake-browse-only.desktop.in create mode 100644 data/rpmdrake-sources.desktop.in create mode 100644 data/rpmdrake.desktop.in (limited to 'data') diff --git a/data/.svnignore b/data/.svnignore new file mode 100644 index 00000000..844c9abf --- /dev/null +++ b/data/.svnignore @@ -0,0 +1,2 @@ +*.directory +*.desktop \ No newline at end of file diff --git a/data/Makefile b/data/Makefile new file mode 100644 index 00000000..f35497a2 --- /dev/null +++ b/data/Makefile @@ -0,0 +1,19 @@ +PREFIX = /usr/local +DATADIR = $(PREFIX)/share + +DESKTOP_IN := $(wildcard *.desktop.in) +DESKTOP = $(DESKTOP_IN:.desktop.in=.desktop) + +all: $(DESKTOP) + +clean: + rm -f $(DESKTOP) + +install: all + install -d $(DATADIR)/applications + install -m644 $(DESKTOP) $(DATADIR)/applications + + +%.desktop: %.desktop.in + intltool-merge --utf8 ../po $< $@ -d -u -c intltool-merge-cache + diff --git a/data/mageiaupdate.desktop.in b/data/mageiaupdate.desktop.in new file mode 100644 index 00000000..c093db50 --- /dev/null +++ b/data/mageiaupdate.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +_Name=Mageia Update +Icon=mageiaupdate +Exec=/usr/bin/MageiaUpdate +Terminal=false +Type=Application +Categories=X-MandrivaLinux-CrossDesktop;GTK;System;PackageManager; +StartupNotify=false +NoDisplay=true diff --git a/data/rpmdrake-browse-only.desktop.in b/data/rpmdrake-browse-only.desktop.in new file mode 100644 index 00000000..80802b05 --- /dev/null +++ b/data/rpmdrake-browse-only.desktop.in @@ -0,0 +1,10 @@ +[Desktop Entry] +_Name=Browse Available Software +Icon=rpmdrake +_Comment=A graphical front end for browsing installed & available packages +Exec=/usr/sbin/rpmdrake +Terminal=false +Type=Application +Categories=X-MandrivaLinux-CrossDesktop;GTK;System;PackageManager; +StartupNotify=false +NoDisplay=true diff --git a/data/rpmdrake-sources.desktop.in b/data/rpmdrake-sources.desktop.in new file mode 100644 index 00000000..afaced9c --- /dev/null +++ b/data/rpmdrake-sources.desktop.in @@ -0,0 +1,10 @@ +[Desktop Entry] +_Name=Software Media Manager +Icon=edit-urpm-sources +Exec=/usr/bin/drakrpm-edit-media +TryExec=/usr/bin/drakrpm-edit-media +Terminal=false +Type=Application +Categories=X-MandrivaLinux-CrossDesktop;GTK;System;PackageManager; +StartupNotify=false +NoDisplay=true diff --git a/data/rpmdrake.desktop.in b/data/rpmdrake.desktop.in new file mode 100644 index 00000000..9ddabb09 --- /dev/null +++ b/data/rpmdrake.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +_Name=Install & Remove Software +Icon=rpmdrake +Exec=/usr/bin/rpmdrake +_Comment=A graphical front end for installing, removing and updating packages +Terminal=false +Type=Application +Categories=X-MandrivaLinux-CrossDesktop;GTK;System;PackageManager; +StartupNotify=false -- cgit v1.2.1