From f5d27c7b0607b60babc4405b21f20507ed7fda31 Mon Sep 17 00:00:00 2001 From: uzakmat Date: Thu, 28 Jan 2010 11:00:20 +0000 Subject: [PATCH] package details updated to reflect the binary name change to fosdem-maemo --- data/Makefile | 15 ++++++++------- .../{fosdem.desktop => fosdem-schedule.desktop} | 2 +- debian/control | 2 +- fosdem-maemo.pro => fosdem-schedule.pro | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) rename data/maemo/{fosdem.desktop => fosdem-schedule.desktop} (83%) rename fosdem-maemo.pro => fosdem-schedule.pro (90%) diff --git a/data/Makefile b/data/Makefile index 5e6ab6c..a851b98 100644 --- a/data/Makefile +++ b/data/Makefile @@ -1,6 +1,7 @@ # Makefile - install Maemo specific data files -PKG = fosdem +PKG = fosdem-schedule +ICON = fosdem PREFIX = $(INSTALL_ROOT)/usr/share INSTALL_FILE = install -m 644 -p CHK_DIR = test -d @@ -15,20 +16,20 @@ install: $(INSTALL_FILE) ./maemo/$(PKG).desktop $(PREFIX)/applications/hildon/ $(CHK_DIR) $(PREFIX)/icons/hicolor/26x26/hildon/ || $(MKDIR) $(PREFIX)/icons/hicolor/26x26/hildon/ - $(INSTALL_FILE) ./26x26/$(PKG).png $(PREFIX)/icons/hicolor/26x26/hildon/ + $(INSTALL_FILE) ./26x26/$(ICON).png $(PREFIX)/icons/hicolor/26x26/hildon/ $(CHK_DIR) $(PREFIX)/icons/hicolor/48x48/hildon/ || $(MKDIR) $(PREFIX)/icons/hicolor/48x48/hildon/ - $(INSTALL_FILE) ./48x48/$(PKG).png $(PREFIX)/icons/hicolor/48x48/hildon/ + $(INSTALL_FILE) ./48x48/$(ICON).png $(PREFIX)/icons/hicolor/48x48/hildon/ $(CHK_DIR) $(PREFIX)/icons/hicolor/64x64/hildon/ || $(MKDIR) $(PREFIX)/icons/hicolor/64x64/hildon/ - $(INSTALL_FILE) ./64x64/$(PKG).png $(PREFIX)/icons/hicolor/64x64/hildon/ + $(INSTALL_FILE) ./64x64/$(ICON).png $(PREFIX)/icons/hicolor/64x64/hildon/ uninstall: $(RM) $(PREFIX)/applications/hildon/$(PKG).desktop - $(RM) $(PREFIX)/icons/hicolor/26x26/hildon/$(PKG).png - $(RM) $(PREFIX)/icons/hicolor/48x48/hildon/$(PKG).png - $(RM) $(PREFIX)/icons/hicolor/64x64/hildon/$(PKG).png + $(RM) $(PREFIX)/icons/hicolor/26x26/hildon/$(ICON).png + $(RM) $(PREFIX)/icons/hicolor/48x48/hildon/$(ICON).png + $(RM) $(PREFIX)/icons/hicolor/64x64/hildon/$(ICON).png clean: diff --git a/data/maemo/fosdem.desktop b/data/maemo/fosdem-schedule.desktop similarity index 83% rename from data/maemo/fosdem.desktop rename to data/maemo/fosdem-schedule.desktop index 58ed35c..fc9bfaa 100644 --- a/data/maemo/fosdem.desktop +++ b/data/maemo/fosdem-schedule.desktop @@ -3,7 +3,7 @@ Encoding=UTF-8 Version=0.1 Type=Application Name=FOSDEM'10 -Exec=/usr/bin/fosdem +Exec=/usr/bin/fosdem-schedule Icon=fosdem X-HildonDesk-ShowInToolbar=true X-Osso-Type=application/x-executable diff --git a/debian/control b/debian/control index 032adc7..2f29c11 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: fosdem-schedule Section: user/support Priority: optional Maintainer: Matus Uzak -Build-Depends: debhelper (>= 5) libqt4-dev (>= 4.5) +Build-Depends: libc6 (>= 2.5.0-1), libgcc1 (>= 1:4.2.1), libqt4-dev (>= 4.5), liqt4-dbus (>= 4.5), libqt4-sql (>= 4.5), libqt4-sql-sqlite (>= 4.5) Standards-Version: 3.7.2 Package: fosdem-schedule diff --git a/fosdem-maemo.pro b/fosdem-schedule.pro similarity index 90% rename from fosdem-maemo.pro rename to fosdem-schedule.pro index 53db6bc..8896386 100644 --- a/fosdem-maemo.pro +++ b/fosdem-schedule.pro @@ -1,4 +1,4 @@ -# fosdem-maemo.pro +# fosdem-schedule.pro QMAKEVERSION = $$[QMAKE_VERSION] ISQT4 = $$find(QMAKEVERSION, ^[2-9]) -- 2.39.5