aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2014-12-25 17:22:12 +0200
committerJani Välimaa <wally@mageia.org>2014-12-25 17:22:12 +0200
commite240b2f6163473f17167b81bc4a02e1052b357e3 (patch)
tree5d64325804559c35ad860dbcef87988c8625a4f8
parentff494d38094e1d1dd517ba97135869cc21929d97 (diff)
downloadconfig-e240b2f6163473f17167b81bc4a02e1052b357e3.tar
config-e240b2f6163473f17167b81bc4a02e1052b357e3.tar.gz
config-e240b2f6163473f17167b81bc4a02e1052b357e3.tar.bz2
config-e240b2f6163473f17167b81bc4a02e1052b357e3.tar.xz
config-e240b2f6163473f17167b81bc4a02e1052b357e3.zip
Add autotools related files
-rw-r--r--Makefile.am9
-rw-r--r--configure.ac21
-rw-r--r--data/Makefile.am35
3 files changed, 65 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..37a8125
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,9 @@
+SUBDIRS = data
+
+EXTRA_DIST = \
+ AUTHORS \
+ NEWS \
+ README.files \
+ README.mga \
+ README.md \
+ README.update.urpmi
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..cada8bd
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,21 @@
+# -*- Autoconf -*-
+# Process this file with autoconf to produce a configure script.
+
+AC_PREREQ([2.69])
+AC_INIT([mageia-xfce-config], [4.100.5.8], [http://bugs.mageia.org])
+AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz])
+
+# Checks for programs.
+AC_PROG_INSTALL
+AC_PROG_MKDIR_P
+
+# Checks for libraries.
+
+# Checks for header files.
+
+# Checks for typedefs, structures, and compiler characteristics.
+
+# Checks for library functions.
+
+AC_CONFIG_FILES([Makefile data/Makefile])
+AC_OUTPUT
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..af292e7
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,35 @@
+xfcedir = ${sysconfdir}/xdg
+
+nobase_dist_xfce_DATA = \
+ menus/xfce-applications.menu \
+ orage/oragerc \
+ Thunar/accels.scm \
+ Thunar/uca.xml \
+ xfce4/helpers.rc \
+ xfce4/panel/launcher-4/terminal-emulator.desktop \
+ xfce4/panel/launcher-5/text-editor.desktop \
+ xfce4/panel/launcher-6/file-manager.desktop \
+ xfce4/panel/launcher-8/web-browser.desktop \
+ xfce4/panel/launcher-9/mcc.desktop \
+ xfce4/panel/whiskermenu-1.rc \
+ xfce4/panel/xfce4-orageclock-plugin-19.rc \
+ xfce4/terminal/terminalrc \
+ xfce4/theme/gtkrc \
+ xfce4/Xcursor.xrdb \
+ xfce4/xfconf/xfce-perchannel-xml/accessibility.xml \
+ xfce4/xfconf/xfce-perchannel-xml/keyboard-layout.xml \
+ xfce4/xfconf/xfce-perchannel-xml/keyboards.xml \
+ xfce4/xfconf/xfce-perchannel-xml/pointers.xml \
+ xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml \
+ xfce4/xfconf/xfce-perchannel-xml/thunar.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xfce4-notifyd.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xfce4-power-manager.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml \
+ xfce4/xfconf/xfce-perchannel-xml/xsettings.xml \
+ xfce4/Xft.xrdb