Move the desktop dir under the packages dir
|
@ -59,10 +59,10 @@ config.log
|
||||||
config.status
|
config.status
|
||||||
config_windows.h
|
config_windows.h
|
||||||
configure
|
configure
|
||||||
desktop/aegisub.desktop
|
|
||||||
desktop/aegisub.desktop.template
|
|
||||||
git_version.h
|
git_version.h
|
||||||
git_version.xml
|
git_version.xml
|
||||||
|
packages/desktop/aegisub.desktop
|
||||||
|
packages/desktop/aegisub.desktop.template
|
||||||
src/aegisub
|
src/aegisub
|
||||||
src/libresrc/bitmap.cpp
|
src/libresrc/bitmap.cpp
|
||||||
src/libresrc/bitmap.h
|
src/libresrc/bitmap.h
|
||||||
|
|
2
Makefile
|
@ -1,6 +1,7 @@
|
||||||
include Makefile.inc
|
include Makefile.inc
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
|
packages/desktop \
|
||||||
vendor/luajit \
|
vendor/luajit \
|
||||||
vendor/universalchardet \
|
vendor/universalchardet \
|
||||||
vendor/luabins \
|
vendor/luabins \
|
||||||
|
@ -8,7 +9,6 @@ SUBDIRS += \
|
||||||
tools \
|
tools \
|
||||||
src \
|
src \
|
||||||
automation \
|
automation \
|
||||||
desktop \
|
|
||||||
po
|
po
|
||||||
|
|
||||||
all: ;
|
all: ;
|
||||||
|
|
|
@ -510,7 +510,7 @@ DEFAULT_PLAYER_AUDIO=${DEFAULT_PLAYER_AUDIO:-NONE}
|
||||||
###############
|
###############
|
||||||
# Files that need substitution.
|
# Files that need substitution.
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
desktop/aegisub.desktop.template
|
packages/desktop/aegisub.desktop.template
|
||||||
src/libresrc/default_config_platform.json
|
src/libresrc/default_config_platform.json
|
||||||
tools/osx-bundle.sed
|
tools/osx-bundle.sed
|
||||||
Makefile.inc
|
Makefile.inc
|
||||||
|
|
Before Width: | Height: | Size: 895 B After Width: | Height: | Size: 895 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
@ -1,4 +1,4 @@
|
||||||
include ../Makefile.inc
|
include ../../Makefile.inc
|
||||||
|
|
||||||
applicationsdir = $(DESKTOP_DATADIR)/applications
|
applicationsdir = $(DESKTOP_DATADIR)/applications
|
||||||
applications_DATA = aegisub.desktop
|
applications_DATA = aegisub.desktop
|
||||||
|
@ -6,8 +6,8 @@ applications_DATA = aegisub.desktop
|
||||||
iconsscalabledir = $(DESKTOP_DATADIR)/icons/hicolor/scalable/apps
|
iconsscalabledir = $(DESKTOP_DATADIR)/icons/hicolor/scalable/apps
|
||||||
iconsscalable_DATA = scalable/aegisub.svg
|
iconsscalable_DATA = scalable/aegisub.svg
|
||||||
|
|
||||||
aegisub.desktop: aegisub.desktop.template ../po
|
aegisub.desktop: aegisub.desktop.template ../../po
|
||||||
intltool-merge --quiet --desktop-style ../po aegisub.desktop.template aegisub.desktop
|
intltool-merge --quiet --desktop-style ../../po aegisub.desktop.template aegisub.desktop
|
||||||
|
|
||||||
all: ;
|
all: ;
|
||||||
|
|
||||||
|
@ -50,4 +50,4 @@ install-icons:
|
||||||
|
|
||||||
DISTCLEANFILES = aegisub.desktop
|
DISTCLEANFILES = aegisub.desktop
|
||||||
|
|
||||||
include ../Makefile.target
|
include ../../Makefile.target
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |