grim/glibre

61dc7351c2a1
Parents 11fe2758493f
Children f6f7291e70d0
Rename glibre.desktop.in to glibre.desktop and install it
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/glibre.desktop Tue Aug 06 21:55:33 2019 -0500
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=glibre
+GenericName=Regex Tester
+Comment=Test Regular Expressions
+Exec=glibre
+Icon=development
+StartupNotify=false
+Terminal=false
+Type=Application
+Categories=Development
+Version=1.0
+
--- a/glibre.desktop.in Tue Aug 06 21:50:54 2019 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Name=glibre
-GenericName=Regex Tester
-Comment=Test Regular Expressions
-Exec=glibre
-Icon=development
-StartupNotify=false
-Terminal=false
-Type=Application
-Categories=Development
-Version=1.0
-
--- a/meson.build Tue Aug 06 21:50:54 2019 -0500
+++ b/meson.build Tue Aug 06 21:55:33 2019 -0500
@@ -13,3 +13,8 @@
dependencies: [GLIB, GTK3],
install: true,
)
+
+install_data(
+ 'glibre.desktop',
+ install_dir : join_paths(get_option('datadir'), 'applications'),
+)