From 6ba17da2ed0430eea39cab733daf3403e613bf08 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 12 Feb 2008 09:40:39 +0000 Subject: add list of programs with GUI view (#36486) --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b64a6e9c..972009ce 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ RELATIVE_SBIN = ../sbin RPM=$(shell rpm --eval %_topdir) PERL_VENDORLIB=$(DESTDIR)/$(shell perl -V:installvendorlib | perl -pi -e "s/.*=//; s/[;']//g") -all: dirs +all: dirs gui.lst dirs: @for n in . $(DIRS); do \ @@ -39,6 +39,7 @@ install: $(ALL) ln -sf $(RELATIVE_SBIN)/drakrpm-update $(BINDIR)/drakrpm-update install -d $(DATADIR)/rpmdrake/icons install -m644 icons/*.png $(DATADIR)/rpmdrake/icons + install -m644 gui.lst $(DATADIR)/rpmdrake install -m644 compssUsers.flat.default $(DATADIR)/rpmdrake mkdir -p $(PERL_VENDORLIB)/Rpmdrake install -m 644 rpmdrake.pm $(PERL_VENDORLIB) @@ -58,6 +59,9 @@ dis: clean lzma ../$(NAME)-$(VERSION).tar rm -rf $(NAME)-$(VERSION) +gui.lst: + urpmf "/usr/share/applications/.*.desktop" |sed -e 's!:.*!!' |sort|uniq>gui.lst + .PHONY: ChangeLog log changelog log: ChangeLog -- cgit v1.2.1