-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c2a1319
Showing
264 changed files
with
11,449 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
Makefile | ||
Makefile.in | ||
configure | ||
build.sh | ||
build.log | ||
build/ | ||
autom4te.cache/ | ||
m4/ | ||
.deps/ | ||
.dirstamp | ||
*.o | ||
*~ | ||
TAGS | ||
aclocal.m4 | ||
config.h | ||
config.h.in | ||
config.log | ||
config.status | ||
libtool | ||
po/.intltool-merge-cache | ||
po/Makefile.in.in | ||
po/POTFILES | ||
po/*.gmo | ||
po/*.pot | ||
po/stamp-it | ||
stamp-h1 | ||
*.desktop | ||
*.directory | ||
*.gschema.valid | ||
fvwm/ycpu | ||
fvwm/scripts/clipman.sh | ||
fvwm/scripts/mail.sh | ||
fvwm/scripts/media.sh | ||
fvwm/scripts/shot.sh | ||
fvwm/scripts/weather.sh | ||
settings/*.sh | ||
settings/panel/*.sh | ||
settings/ysettings | ||
utils/*.sh | ||
utils/ydentry | ||
utils/yfind | ||
utils/yimage | ||
utils/ylogout | ||
utils/ymedia | ||
utils/ymixer | ||
utils/ynotes | ||
utils/ynotify | ||
utils/ypass | ||
utils/yps | ||
utils/yrun | ||
utils/ysession | ||
utils/ysysinfo | ||
utils/yterm | ||
utils/ywget | ||
utils/ywifi | ||
data/theme/icons/index.theme | ||
data/fdo/notification.service | ||
*.tar.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Victor Ananjevsky <[email protected]> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
SUBDIRS = fvwm utils fdo data po settings | ||
|
||
ACLOCAL_AMFLAGS = -I m4 | ||
|
||
EXTRA_DIST = README.md NEWS AUTHORS COPYING TODO misc |
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT([ydesk],[0.88],[[email protected]],[ydesk],[http://sanana.kiev.ua/ydesk/]) | ||
AC_CONFIG_AUX_DIR([build]) | ||
|
||
AM_INIT_AUTOMAKE(1.11 foreign subdir-objects dist-xz no-dist-gzip) | ||
AM_SILENT_RULES([yes]) | ||
|
||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_SRCDIR([.]) | ||
|
||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
||
AM_MAINTAINER_MODE | ||
|
||
AC_PROG_CC | ||
AM_PROG_CC_STDC | ||
AC_HEADER_STDC | ||
|
||
AM_PROG_CC_C_O | ||
|
||
GLIB_GSETTINGS | ||
|
||
PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.24.0]) | ||
AC_SUBST([GTK_CFLAGS]) | ||
AC_SUBST([GTK_LIBS]) | ||
|
||
dnl --------------------------------------------------- | ||
dnl Utilities | ||
dnl --------------------------------------------------- | ||
|
||
AC_PATH_PROG([BASH], [bash]) | ||
AC_PATH_PROG([YAD], [yad]) | ||
|
||
dnl --------------------------------------------------- | ||
dnl Optional features | ||
dnl --------------------------------------------------- | ||
|
||
AC_ARG_WITH([icons], | ||
[AS_HELP_STRING([--with-icons=THEME,...],[add fallback icon themes (default - mate,Adwaita,hicolor)])], | ||
[FALLBACK_ICONS=$withval], [FALLBACK_ICONS=mate,Adwaita,hicolor]) | ||
AC_SUBST(FALLBACK_ICONS) | ||
|
||
dnl --------------------------------------------------- | ||
dnl i18n | ||
dnl --------------------------------------------------- | ||
|
||
IT_PROG_INTLTOOL([0.40.0]) | ||
|
||
INTLTOOL_CONF_RULE='%.conf: %.conf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' | ||
_IT_SUBST(INTLTOOL_CONF_RULE) | ||
|
||
GETTEXT_PACKAGE=ydesk | ||
AC_SUBST(GETTEXT_PACKAGE) | ||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package]) | ||
|
||
AM_GLIB_GNU_GETTEXT | ||
|
||
dnl Generate output | ||
|
||
AC_CONFIG_LINKS([ | ||
settings/ysettings.sh:settings/ysettings.in | ||
utils/ydentry.sh:utils/ydentry.in | ||
utils/yfind.sh:utils/yfind.in | ||
utils/yimage.sh:utils/yimage.in | ||
utils/ylogout.sh:utils/ylogout.in | ||
utils/ymedia.sh:utils/ymedia.in | ||
utils/ymixer.sh:utils/ymixer.in | ||
utils/ynotes.sh:utils/ynotes.in | ||
utils/ypass.sh:utils/ypass.in | ||
utils/yps.sh:utils/yps.in | ||
utils/yrun.sh:utils/yrun.in | ||
utils/ysysinfo.sh:utils/ysysinfo.in | ||
utils/yterm.sh:utils/yterm.in | ||
utils/ywget.sh:utils/ywget.in | ||
utils/ywifi.sh:utils/ywifi.in | ||
]) | ||
|
||
AC_CONFIG_FILES([ | ||
Makefile | ||
fvwm/Makefile | ||
fvwm/scripts/clipman.sh | ||
fvwm/scripts/mail.sh | ||
fvwm/scripts/media.sh | ||
fvwm/scripts/shot.sh | ||
fvwm/scripts/weather.sh | ||
fdo/Makefile | ||
settings/Makefile | ||
settings/ysettings | ||
settings/desktop.sh | ||
settings/interface.sh | ||
settings/mime.sh | ||
settings/panel.sh | ||
settings/printer.sh | ||
settings/session.sh | ||
settings/term.sh | ||
settings/panel/Makefile | ||
settings/panel/bat.sh | ||
settings/panel/clock.sh | ||
settings/panel/cpu.sh | ||
settings/panel/mail.sh | ||
settings/panel/menu.sh | ||
settings/panel/run.sh | ||
settings/panel/shot.sh | ||
settings/panel/sysinfo.sh | ||
settings/panel/taskbar.sh | ||
settings/panel/volume.sh | ||
settings/panel/weather.sh | ||
settings/panel/wifi.sh | ||
utils/Makefile | ||
utils/ydentry | ||
utils/yfind | ||
utils/yimage | ||
utils/ylogout | ||
utils/ymedia | ||
utils/ymixer | ||
utils/ynotes | ||
utils/ynotify | ||
utils/ypass | ||
utils/yps | ||
utils/yrun | ||
utils/ysession | ||
utils/ysysinfo | ||
utils/yterm | ||
utils/ywget | ||
utils/ywifi | ||
data/Makefile | ||
data/icons/Makefile | ||
data/icons/16x16/Makefile | ||
data/icons/16x16/apps/Makefile | ||
data/icons/16x16/categories/Makefile | ||
data/icons/16x16/devices/Makefile | ||
data/icons/16x16/status/Makefile | ||
data/icons/24x24/Makefile | ||
data/icons/24x24/apps/Makefile | ||
data/icons/24x24/categories/Makefile | ||
data/icons/24x24/devices/Makefile | ||
data/icons/24x24/status/Makefile | ||
data/icons/32x32/Makefile | ||
data/icons/32x32/apps/Makefile | ||
data/icons/32x32/categories/Makefile | ||
data/icons/32x32/devices/Makefile | ||
data/icons/32x32/status/Makefile | ||
data/icons/48x48/Makefile | ||
data/icons/48x48/apps/Makefile | ||
data/icons/48x48/categories/Makefile | ||
data/icons/48x48/devices/Makefile | ||
data/icons/48x48/status/Makefile | ||
data/fdo/Makefile | ||
data/fdo/notification.service | ||
data/menu/Makefile | ||
data/menu/desktop-directories/Makefile | ||
data/misc/Makefile | ||
data/settings/Makefile | ||
data/theme/Makefile | ||
data/theme/gtk-3.0/Makefile | ||
data/theme/icons/Makefile | ||
data/theme/icons/index.theme | ||
data/theme/icons/16x16/Makefile | ||
data/theme/icons/16x16/actions/Makefile | ||
data/theme/icons/24x24/Makefile | ||
data/theme/icons/24x24/actions/Makefile | ||
data/theme/icons/32x32/Makefile | ||
data/theme/icons/32x32/actions/Makefile | ||
data/theme/icons/48x48/Makefile | ||
data/theme/icons/48x48/actions/Makefile | ||
data/theme/icons/64x64/Makefile | ||
data/theme/icons/64x64/actions/Makefile | ||
data/theme/icons/96x96/Makefile | ||
data/theme/icons/96x96/actions/Makefile | ||
data/theme/icons/scalable/Makefile | ||
data/theme/icons/scalable/actions/Makefile | ||
data/utils/Makefile | ||
po/Makefile.in | ||
]) | ||
AC_OUTPUT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
SUBDIRS = icons fdo menu utils misc settings theme | ||
|
||
gsettings_SCHEMAS = ydesk.gschema.xml | ||
|
||
.PRECIOUS: $(gsettings_SCHEMAS) | ||
|
||
@GSETTINGS_RULES@ | ||
|
||
EXTRA_DIST = $(gsettings_SCHEMAS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
dbusdir = $(datadir)/dbus-1/services | ||
dbus_DATA = notification.service | ||
|
||
DISTCLEANFILES = $(dbus_DATA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[D-BUS Service] | ||
Name=org.freedesktop.Notifications | ||
Exec=@prefix@/lib/ydesk/fdo/notifyd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SUBDIRS = apps categories devices status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/16x16/apps | ||
dist_icons_DATA = ynotes.png ypanel.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
iconsdir = $(datadir)/icons/hicolor/16x16/categories | ||
dist_icons_DATA = ydesk.png | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/16x16/devices | ||
dist_icons_DATA = cpu.png memory.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/16x16/status | ||
dist_icons_DATA = newmail.png nomail.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SUBDIRS = apps categories devices status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/24x24/apps | ||
dist_icons_DATA = ynotes.png ypanel.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/24x24/categories | ||
dist_icons_DATA = ydesk.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/24x24/devices | ||
dist_icons_DATA = cpu.png memory.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/24x24/status | ||
dist_icons_DATA = newmail.png nomail.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SUBDIRS = apps categories devices status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/32x32/apps | ||
dist_icons_DATA = ynotes.png ypanel.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/32x32/categories | ||
dist_icons_DATA = ydesk.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/32x32/devices | ||
dist_icons_DATA = cpu.png memory.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/32x32/status | ||
dist_icons_DATA = newmail.png nomail.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SUBDIRS = apps categories devices status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/48x48/apps | ||
dist_icons_DATA = ynotes.png ypanel.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/48x48/categories | ||
dist_icons_DATA = ydesk.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/48x48/devices | ||
dist_icons_DATA = cpu.png memory.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
iconsdir = $(datadir)/icons/hicolor/48x48/status | ||
dist_icons_DATA = newmail.png nomail.png |
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
SUBDIRS = 16x16 24x24 32x32 48x48 | ||
|
||
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor | ||
|
||
install-data-hook: | ||
@-if test -z "$(DESTDIR)"; then \ | ||
echo "Updating Gtk icon cache."; \ | ||
$(gtk_update_icon_cache); \ | ||
else \ | ||
echo "*** Icon cache not updated. Remember to run:"; \ | ||
echo "***"; \ | ||
echo "*** $(gtk_update_icon_cache)"; \ | ||
echo "***"; \ | ||
fi | ||
|
||
uninstall-local: | ||
rm -f $(DESTDIR)$(datadir)/icons/hicolor/icon-theme.cache; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
SUBDIRS = desktop-directories | ||
|
||
menudir = $(sysconfdir)/xdg/menus | ||
dist_menu_DATA = applications.menu |
Oops, something went wrong.