From e240b2f6163473f17167b81bc4a02e1052b357e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Thu, 25 Dec 2014 17:22:12 +0200 Subject: Add autotools related files --- Makefile.am | 9 +++++++++ configure.ac | 21 +++++++++++++++++++++ data/Makefile.am | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 Makefile.am create mode 100644 configure.ac create mode 100644 data/Makefile.am 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 -- cgit v1.2.1