summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-10-19 04:46:43 -0700
committerStefano Karapetsas <[email protected]>2013-10-19 04:46:43 -0700
commit87c3d26249080c74d1b12e51e8d14c469d1b8aad (patch)
tree72aa04ca69d7d0d13c97c785055d6d6f407b0d33
parent32a2bc051959798d978e6967bd34ff8882aada39 (diff)
parent798494b4f7e10173e87558a5fbefd4cf199bb162 (diff)
downloadmate-applets-87c3d26249080c74d1b12e51e8d14c469d1b8aad.tar.bz2
mate-applets-87c3d26249080c74d1b12e51e8d14c469d1b8aad.tar.xz
Merge pull request #58 from infirit/1.6
make distcheck now works
-rw-r--r--Makefile.am1
-rw-r--r--battstat/Makefile.am2
-rw-r--r--charpick/Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--cpufreq/Makefile.am2
-rw-r--r--distro/archlinux/PKGBUILD45
-rw-r--r--distro/archlinux/mate-applets.install23
-rw-r--r--geyes/Makefile.am2
-rw-r--r--invest-applet/data/Makefile.am10
-rw-r--r--multiload/Makefile.am2
-rw-r--r--null_applet/MATE_MixerApplet.server.in22
-rw-r--r--po/POTFILES.in39
-rw-r--r--stickynotes/Makefile.am2
13 files changed, 22 insertions, 132 deletions
diff --git a/Makefile.am b/Makefile.am
index ebe0fb51..86aa7635 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -79,7 +79,6 @@ DIST_SUBDIRS = \
null_applet
EXTRA_DIST = \
- MAINTAINERS \
m4/ac-define-dir.m4 \
COPYING-DOCS \
intltool-update.in \
diff --git a/battstat/Makefile.am b/battstat/Makefile.am
index b96dee20..4985f251 100644
--- a/battstat/Makefile.am
+++ b/battstat/Makefile.am
@@ -99,7 +99,7 @@ EXTRA_DIST = \
$(ui_DATA) \
org.mate.applets.BattstatApplet.mate-panel-applet.in.in \
$(service_in_files) \
- $(gsettings_SCHEMAS_in_in)
+ $(gsettings_SCHEMAS).in.in
-include $(top_srcdir)/git.mk
diff --git a/charpick/Makefile.am b/charpick/Makefile.am
index 678a06f1..5df6c0eb 100644
--- a/charpick/Makefile.am
+++ b/charpick/Makefile.am
@@ -54,6 +54,6 @@ EXTRA_DIST = \
org.mate.applets.CharpickerApplet.mate-panel-applet.in.in \
$(service_in_files) \
$(ui_DATA) \
- $(gsettings_SCHEMAS_in_in)
+ $(gsettings_SCHEMAS).in.in
-include $(top_srcdir)/git.mk
diff --git a/configure.ac b/configure.ac
index 45ab6e44..f7d19514 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_INIT(mate-applets, 1.6.1)
AC_PREREQ(2.59)
AC_CONFIG_HEADERS(config.h)
-AM_INIT_AUTOMAKE([1.9 tar-ustar])
+AM_INIT_AUTOMAKE([1.9 tar-ustar dist-xz no-dist-gz])
AC_CONFIG_MACRO_DIR(m4)
dnl ***************************************************************************
diff --git a/cpufreq/Makefile.am b/cpufreq/Makefile.am
index e6a63607..9e821585 100644
--- a/cpufreq/Makefile.am
+++ b/cpufreq/Makefile.am
@@ -46,7 +46,7 @@ CLEANFILES = \
EXTRA_DIST = \
org.mate.applets.CPUFreqApplet.mate-panel-applet.in.in \
$(service_in_files) \
- $(gsettings_SCHEMAS_in_in) \
+ $(gsettings_SCHEMAS).in.in \
$(builder_DATA) \
$(ui_DATA)
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD
deleted file mode 100644
index 92cd1ba0..00000000
--- a/distro/archlinux/PKGBUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-pkgname=mate-applets
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="Applets for MATE panel"
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gstreamer0.10-base-plugins' 'mate-panel' 'libgtop' 'libmatenotify' 'cpufrequtils')
-makedepends=('mate-doc-utils' 'pkgconfig' 'mate-settings-daemon' 'intltool' 'mate-icon-theme' 'networkmanager' 'mate-character-map') # 'mate-python-desktop'
-groups=('mate-extras')
-options=(!emptydirs)
-replace=('gnome-applets')
-conflicts=('gnome-applets')
-url="http://matsusoft.com.ar/projects/mate/"
-install=mate-applets.install
-source=()
-sha256sums=()
-
-build() {
- cd "${srcdir}/../../../"
- PYTHON=/usr/bin/python2 ./autogen.sh \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib/mate-applets \
- --disable-static \
- --disable-scrollkeeper \
- --enable-polkit \
- --enable-networkmanager \
- --enable-mixer-applet \
- --enable-mini-commander \
- --enable-frequency-selector \
- --enable-ipv6 \
- --disable-schemas-install || return 1
- make || return 1
-}
-
-package() {
- cd "${srcdir}/../../../"
-
- make MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
-
- install -m755 -d "${pkgdir}/usr/share/mateconf/schemas"
- mateconf-merge-schema "${pkgdir}/usr/share/mateconf/schemas/${pkgname}.schemas" --domain ${pkgname} ${pkgdir}/etc/mateconf/schemas/*.schemas || return 1
- rm -f ${pkgdir}/etc/mateconf/schemas/*.schemas
-}
diff --git a/distro/archlinux/mate-applets.install b/distro/archlinux/mate-applets.install
deleted file mode 100644
index 410aa833..00000000
--- a/distro/archlinux/mate-applets.install
+++ /dev/null
@@ -1,23 +0,0 @@
-pkgname=mate-applets
-
-post_install() {
- usr/sbin/mateconfpkg --install ${pkgname}
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/sbin/mateconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
diff --git a/geyes/Makefile.am b/geyes/Makefile.am
index ce734cd4..791d36fa 100644
--- a/geyes/Makefile.am
+++ b/geyes/Makefile.am
@@ -65,7 +65,7 @@ EXTRA_DIST = \
README.themes \
org.mate.applets.GeyesApplet.mate-panel-applet.in.in \
$(service_in_files) \
- $(gsettings_SCHEMAS_in_in) \
+ $(gsettings_SCHEMAS).in.in \
$(ui_DATA) \
$(icons)
diff --git a/invest-applet/data/Makefile.am b/invest-applet/data/Makefile.am
index 333040df..fa9177cc 100644
--- a/invest-applet/data/Makefile.am
+++ b/invest-applet/data/Makefile.am
@@ -45,9 +45,13 @@ investbindir = $(libdir)/invest-applet
# Build rules
# ******************************************************************************
-DISTCLEANFILES = \
- $(server_in_files) \
- $(server_in_files:.server.in=.server)
+CLEANFILES = \
+ $(applet_DATA) \
+ $(applet_DATA).in \
+ $(service_in_files) \
+ $(service_in_files:.service.in=.service)
+
+
EXTRA_DIST = \
org.mate.applets.InvestApplet.mate-panel-applet.in.in \
diff --git a/multiload/Makefile.am b/multiload/Makefile.am
index 4e12090c..e6073c5b 100644
--- a/multiload/Makefile.am
+++ b/multiload/Makefile.am
@@ -39,7 +39,7 @@ gsettings_SCHEMAS = org.mate.panel.applet.multiload.gschema.xml
EXTRA_DIST = \
org.mate.applets.MultiLoadApplet.mate-panel-applet.in.in \
$(service_in_files) \
- $(gsettings_SCHEMAS_in_in) \
+ $(gsettings_SCHEMAS).in.in \
$(ui_DATA)
uidir = $(datadir)/mate-2.0/ui
diff --git a/null_applet/MATE_MixerApplet.server.in b/null_applet/MATE_MixerApplet.server.in
deleted file mode 100644
index 54b6f6e9..00000000
--- a/null_applet/MATE_MixerApplet.server.in
+++ /dev/null
@@ -1,22 +0,0 @@
-<oaf_info>
-
-<oaf_server iid="OAFIID:MATE_MixerApplet"
- type="factory"
- location="OAFIID:MATE_NullApplet_Factory">
-
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:MATE/Vertigo/MatePanelAppletShell:1.0"/>
- <item value="IDL:MateComponent/Control:1.0"/>
- <item value="IDL:MateComponent/Unknown:1.0"/>
- </oaf_attribute>
- <oaf_attribute name="name" type="string" _value="Volume Control (Deprecated)"/>
- <oaf_attribute name="description" type="string" _value="Adjust the sound volume"/>
- <oaf_attribute name="panel:icon" type="string" value="multimedia-volume-control"/>
- <oaf_attribute name="bugzilla:bugzilla" type="string" value="MATE"/>
- <oaf_attribute name="bugzilla:product" type="string" value="mate-applets"/>
- <oaf_attribute name="bugzilla:component" type="string" value="mixer"/>
- <oaf_attribute name="bugzilla:other_binaries" type="string" value="mixer_applet2"/>
-
-</oaf_server>
-
-</oaf_info>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 889ae781..21f3aa3d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -7,17 +7,17 @@ accessx-status/applet.c
battstat/battstat_applet.c
[type: gettext/glade]battstat/battstat_applet.ui
battstat/battstat-hal.c
-battstat/battstat.schemas.in
[type: gettext/ini]battstat/org.mate.applets.BattstatApplet.mate-panel-applet.in.in
+battstat/org.mate.panel.applet.battstat.gschema.xml.in.in
battstat/properties.c
battstat/sounds/mate-battstat_applet.soundlist.in
charpick/charpick.c
-charpick/charpick.schemas.in
[type: gettext/ini]charpick/org.mate.applets.CharpickerApplet.mate-panel-applet.in.in
+charpick/org.mate.panel.applet.charpick.gschema.xml.in.in
charpick/properties.c
-cpufreq/cpufreq-applet.schemas.in
[type: gettext/glade]cpufreq/cpufreq-preferences.ui
[type: gettext/ini]cpufreq/org.mate.applets.CPUFreqApplet.mate-panel-applet.in.in
+cpufreq/org.mate.panel.applet.cpufreq.gschema.xml.in.in
cpufreq/src/cpufreq-applet.c
cpufreq/src/cpufreq-prefs.c
cpufreq/src/cpufreq-monitor-cpuinfo.c
@@ -27,11 +27,10 @@ cpufreq/src/cpufreq-popup.c
cpufreq/src/cpufreq-selector/org.mate.cpufreqselector.policy.in
drivemount/drive-button.c
drivemount/drivemount.c
-drivemount/drivemount.schemas.in
[type: gettext/ini]drivemount/org.mate.applets.DriveMountApplet.mate-panel-applet.in.in
geyes/geyes.c
-geyes/geyes.schemas.in
[type: gettext/ini]geyes/org.mate.applets.GeyesApplet.mate-panel-applet.in.in
+geyes/org.mate.panel.applet.geyes.gschema.xml.in.in
geyes/themes.c
mateweather/mateweather-about.c
mateweather/mateweather-applet.c
@@ -39,8 +38,8 @@ mateweather/mateweather-dialog.c
mateweather/mateweather-pref.c
mateweather/main.c
[type: gettext/ini]mateweather/org.mate.applets.MateWeatherApplet.mate-panel-applet.in.in
-invest-applet/data/Invest_Applet.server.in.in
-invest-applet/data/Invest_Applet.xml
+invest-applet/data/org.mate.applets.InvestApplet.mate-panel-applet.in.in
+invest-applet/data/org.mate.panel.applet.InvestAppletFactory.service.in
[type: gettext/glade]invest-applet/data/financialchart.ui
[type: gettext/glade]invest-applet/data/prefs-dialog.ui
invest-applet/invest/about.py
@@ -51,40 +50,18 @@ invest-applet/invest/preferences.py
invest-applet/invest/quotes.py
invest-applet/invest/widgets.py
# NB. these are actually separate files
-mini-commander/MATE_MiniCommanderApplet.server.in
-mini-commander/src/about.c
-mini-commander/src/cmd_completion.c
-mini-commander/src/command_line.c
-mini-commander/src/exec.c
-mini-commander/src/help.c
-mini-commander/src/history.c
-mini-commander/src/macro.c
-mini-commander/src/mc-install-default-macros.c
-mini-commander/src/mini-commander-global.schemas.in
-[type: gettext/glade]mini-commander/src/mini-commander.ui
-mini-commander/src/mini-commander.schemas.in
-mini-commander/src/mini-commander_applet.c
-[type: gettext/ini]mini-commander/src/org.mate.applets.MiniCommanderApplet.mate-panel-applet.in.in
-mini-commander/src/preferences.c
-mixer/applet.c
-mixer/dock.c
-mixer/load.c
-mixer/mixer.schemas.in
-mixer/org.mate.applets.MixerApplet.mate-panel-applet.in.in
-mixer/preferences.c
modemlights/modem-applet.c
[type: gettext/glade]modemlights/modemlights.ui
[type: gettext/ini]modemlights/org.mate.applets.ModemApplet.mate-panel-applet.in.in
multiload/linux-proc.c
multiload/load-graph.c
multiload/main.c
-multiload/multiload.schemas.in
multiload/netspeed.c
[type: gettext/ini]multiload/org.mate.applets.MultiLoadApplet.mate-panel-applet.in.in
+multiload/org.mate.panel.applet.multiload.gschema.xml.in.in
multiload/properties.c
null_applet/MATE_CDPlayerApplet.server.in
null_applet/MATE_MailcheckApplet_Factory.server.in
-null_applet/MATE_MixerApplet.server.in
null_applet/MATE_NullApplet_Factory.server.in.in
null_applet/MATE_Panel_WirelessApplet.server.in
null_applet/MATE_KeyboardApplet.server.in
@@ -94,7 +71,7 @@ stickynotes/data/MATE_StickyNotesApplet.server.in
[type: gettext/ini]stickynotes/org.mate.applets.StickyNotesApplet.mate-panel-applet.in.in
stickynotes/stickynotes.c
[type: gettext/glade]stickynotes/stickynotes.ui
-stickynotes/stickynotes.schemas.in
+stickynotes/org.mate.stickynotes.gschema.xml.in.in
stickynotes/stickynotes_applet.c
stickynotes/stickynotes_applet_callbacks.c
stickynotes/stickynotes_callbacks.c
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am
index 9036bd7b..f79c5d08 100644
--- a/stickynotes/Makefile.am
+++ b/stickynotes/Makefile.am
@@ -79,7 +79,7 @@ endif
EXTRA_DIST = \
$(builder_files) \
$(ui_files) \
- $(gsettings_SCHEMAS_in_in) \
+ $(gsettings_SCHEMAS).in.in \
$(convert_DATA) \
$(service_in_files) \
org.mate.applets.StickyNotesApplet.mate-panel-applet.in.in