| Revision 9642,
1.2 KB
checked in by daisuke, 11 years ago
(diff) |
|
add initial version of vine-notify-update
|
| Rev | Line | |
|---|
| [9642] | 1 | # Makefile.am |
|---|
| 2 | |
|---|
| 3 | iconsdir = $(datadir)/pixmaps |
|---|
| 4 | icons_DATA = \ |
|---|
| 5 | vine-notify-update.svg \ |
|---|
| 6 | vine-notify-update-orange.svg \ |
|---|
| 7 | vine-notify-update-red.svg |
|---|
| 8 | |
|---|
| 9 | apt_scriptdir = $(datadir)/apt/scripts |
|---|
| 10 | apt_script_SCRIPTS= \ |
|---|
| 11 | check-reboot.lua \ |
|---|
| 12 | vine-notify-update.lua |
|---|
| 13 | |
|---|
| 14 | apt_confdir = $(sysconfdir)/apt/apt.conf.d |
|---|
| 15 | apt_conf_DATA= \ |
|---|
| 16 | vine-notify-update.conf |
|---|
| 17 | |
|---|
| 18 | dbus_confdir = $(sysconfdir)/dbus-1/system.d/ |
|---|
| 19 | dbus_conf_DATA= \ |
|---|
| 20 | org.vinelinux.NotifyUpdate.conf |
|---|
| 21 | |
|---|
| 22 | vine_notify_updatedir = $(datadir)/vine-notify-update |
|---|
| 23 | vine_notify_update_DATA= \ |
|---|
| 24 | reboot.list \ |
|---|
| 25 | vine-notify-update.glade |
|---|
| 26 | |
|---|
| 27 | desktopdir = $(sysconfdir)/xdg/autostart |
|---|
| 28 | desktop_DATA= \ |
|---|
| 29 | vine-notify-update.desktop |
|---|
| 30 | |
|---|
| 31 | EXTRA_DIST = \ |
|---|
| 32 | $(icons_DATA) $(apt_SCRIPTS) $(apt_conf_DATA) $(dbus_conf_DATA) \ |
|---|
| 33 | $(vine_notify_update_DATA) $(desktop_DATA) |
|---|
| 34 | |
|---|
| 35 | |
|---|
| 36 | #install: |
|---|
| 37 | # install -d $(icons_dir) |
|---|
| 38 | # install -m644 $(icons_DATA) $(icons_dir) |
|---|
| 39 | # install -d $(apt_script_dir) |
|---|
| 40 | # install -m644 $(apt_SCRIPTS) $(apt_script_dir) |
|---|
| 41 | # install -d $(apt_conf_dir) |
|---|
| 42 | # install -m644 $(apt_conf_DATA) $(apt_conf_dir) |
|---|
| 43 | # install -d $(dbus_conf_dir) |
|---|
| 44 | # install -m644 $(dbus_conf_DATA) $(dbus_conf_dir) |
|---|
| 45 | # install -d $(vine_notify_update_dir) |
|---|
| 46 | # install -m644 $(vine_notify_update_DATA) $(vine_notify_update_dir) |
|---|
| 47 | # install -d $(desktop_dir) |
|---|
| 48 | # install -m644 $(desktop_DATA) $(desktop_dir) |
|---|
| 49 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.