From fe2af56cf1c62cbf1991f43510e0718bd46d3350 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 31 Mar 2020 14:56:45 +0200 Subject: Remove autotools support --- AUTHORS | 4 - ChangeLog | 226 ---------------------------------------- Makefile.am | 13 --- NEWS | 27 ----- configure.ac | 40 ------- data/Makefile.am | 35 ------- data/icons/128x128/Makefile.am | 9 -- data/icons/32x32/Makefile.am | 9 -- data/icons/48x48/Makefile.am | 9 -- data/icons/64x64/Makefile.am | 9 -- data/icons/Makefile.am | 14 --- data/icons/scalable/Makefile.am | 9 -- src/Makefile.am | 23 ---- src/ppm/Makefile.am | 25 ----- 14 files changed, 452 deletions(-) delete mode 100644 AUTHORS delete mode 100644 ChangeLog delete mode 100644 Makefile.am delete mode 100644 NEWS delete mode 100644 configure.ac delete mode 100644 data/Makefile.am delete mode 100644 data/icons/128x128/Makefile.am delete mode 100644 data/icons/32x32/Makefile.am delete mode 100644 data/icons/48x48/Makefile.am delete mode 100644 data/icons/64x64/Makefile.am delete mode 100644 data/icons/Makefile.am delete mode 100644 data/icons/scalable/Makefile.am delete mode 100644 src/Makefile.am delete mode 100644 src/ppm/Makefile.am diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index 8383b14..0000000 --- a/AUTHORS +++ /dev/null @@ -1,4 +0,0 @@ -Prepaid Manager Applet code is developed by: - - Guido Günther - diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 5031736..0000000 --- a/ChangeLog +++ /dev/null @@ -1,226 +0,0 @@ -commit b20c91e1d1f75150c2e6e028dfd0eda75791a4a1 -Author: Guido Günther -Date: Mon Nov 14 18:36:31 2011 +0100 - - Bump version to 0.0.2.1 - -commit 855afa8a30645ce4cfff762fc502f951e786d219 -Author: Guido Günther -Date: Mon Nov 14 18:34:30 2011 +0100 - - Fix URL - -commit 97803a61a75ef00147e26befffd22889ac19f16d -Author: Guido Günther -Date: Mon Sep 26 10:04:36 2011 +0200 - - Require PyGObject 3.0 - -commit 8413459fc915b83e9974d0ff7cb12c12c10df091 -Author: Guido Günther -Date: Mon Sep 26 10:04:36 2011 +0200 - - Adjust to GObject 3.0 - -commit e9f6c6d60fd007643fab72cde5aacf851e34404f -Author: Guido Günther -Date: Mon Sep 26 19:18:07 2011 +0200 - - Fix typo - -commit 8b35c7402bbe003e9da37773d3ef5ceb06e8ae04 -Author: Guido Günther -Date: Fri Aug 19 08:56:54 2011 +0200 - - Use a consistent timeout for MM DBus calls - -commit 04ae3ade85928efd5513e138a7cedcaaeb675e4c -Author: Guido Günther -Date: Sun Aug 14 14:06:59 2011 +0200 - - Bump version to 0.0.2 - -commit 2fb84acfa4cd7544be829a35b9d4539c870d6c82 -Author: Guido Günther -Date: Sun Aug 14 14:00:01 2011 +0200 - - Catch exception if getting the provider information fails - - This can happen if the provider disappears from the - mobile-broadband-provider-info db. - -commit 79efa1221be5b77e6e85b19645b602a63ee12860 -Author: Guido Günther -Date: Thu Jul 28 12:17:49 2011 +0200 - - Use message_type instead of type - - as Gtk.MessageDialog parameter - -commit 337321839f63d7c4d96407b21b9a5430f6a0bbd8 -Author: Guido Günther -Date: Thu Jul 7 00:14:22 2011 +0200 - - Use GDBus - -commit 407c322971dc68ff4f75038c7fe4b8c47451aaa3 -Author: Guido Günther -Date: Tue Jul 5 08:59:57 2011 +0200 - - Set correct prgname - - so gnome-shell finds the desktop file: - - http://live.gnome.org/GnomeShell/ApplicationBased - -commit 2df5d870e2b560f63da123f586fc5e5456d42906 -Author: Guido Günther -Date: Sat Jul 2 16:11:08 2011 +0200 - - Add application icon - -commit c44bb1e2193bcbe09bbdb446994301ee01624b18 -Author: Guido Günther -Date: Thu Jun 9 18:44:37 2011 +0200 - - Wire up delete-event - -commit e94c7ed0d9fa70e6ec13638e3e362d8fda167c5b -Author: Guido Günther -Date: Thu Jun 9 18:32:52 2011 +0200 - - Set application name - -commit 1d6e7fb4c6167904e260798ab39bee255f677dec -Author: Guido Günther -Date: Wed Jun 8 21:47:00 2011 +0200 - - Add an about dialog - -commit 5f47e032fe2b2e8f69fe623e0e25b8e45bb3950a -Author: Guido Günther -Date: Wed Jun 8 19:21:54 2011 +0200 - - Use main window with menu instead of dialog - -commit 73d2254c229eb9792bcc68a52f4d2750bc074b94 -Author: Guido Günther -Date: Wed Jun 8 17:55:47 2011 +0200 - - Add Category and enhance Comment - -commit d74980da91745c15e643bd576783a0263275f240 -Author: Guido Günther -Date: Thu Jun 2 15:18:05 2011 +0200 - - Release 0.0.1.2 - -commit 274ed2ecbf4e1b9d1eca0c6b049e33e78b112905 -Author: Guido Günther -Date: Thu Jun 2 15:08:46 2011 +0200 - - src/ppm/Makefile.am: genereate __init__.py when Makefile changes - - so we catch updates of ./configure arguments. Otherwise __init__.py - might have old content. - -commit 5f4b48dbfb2d7863f34d83372a636806f6d13c21 -Author: Guido Günther -Date: Thu Jun 2 13:51:59 2011 +0200 - - autogen.sh was missing from EXTRA_DIST - -commit 703a329daae04fc5ab3a01b407a745003f0817b6 -Author: Guido Günther -Date: Thu Jun 2 13:50:43 2011 +0200 - - accounts.db was missing from python_DATA - -commit 24714b354d46226c7c195eca8cc97a297b0e363d -Author: Guido Günther -Date: Wed May 25 21:35:14 2011 +0200 - - Release 0.0.1.1 - -commit 10e21899cc0eb81731f15b8ae9fd97d9a2613741 -Author: Guido Günther -Date: Wed May 25 21:32:40 2011 +0200 - - Ship prepaid-manager-applet.in - - Reported by: Ankur Sinha - -commit 87690f367da41e30942152f53c131ba9a6763a34 -Author: Guido Günther -Date: Sun May 1 22:35:38 2011 +0200 - - Releae 0.0.1 - -commit add935ff05e960de47ee8ecccbdc1e48cdd0219d -Author: Guido Günther -Date: Sun May 1 22:35:15 2011 +0200 - - Add option parser - - se we can enable debugging by default - -commit a2a2aac10c248cc3a7467ca4bbe51bcc5478fdd0 -Author: Guido Günther -Date: Sun May 1 14:22:57 2011 +0200 - - Set GSETTINGS_SCHEMA_DIR if running from source tree - -commit deda673382bddb0e56429c9e4c9cc645ae37b93b -Author: Guido Günther -Date: Sun May 1 14:20:10 2011 +0200 - - Add basic build and run instructions - -commit 4b4c334827a8639c246bcbc717288a133d55b754 -Author: Guido Günther -Date: Sun May 1 13:46:09 2011 +0200 - - Check for dependencies - -commit 8981216d64d501530549836c49fc2844466f9de6 -Author: Guido Günther -Date: Mon Apr 25 17:41:28 2011 +0200 - - Store known providers and balance in gsettings - - based on the IMSI of the SIM card - -commit 26c0560f6c4a5869859f7daf7e41f73d739e49cd -Author: Guido Günther -Date: Sun Apr 17 18:19:50 2011 +0200 - - Website is GNOME Wiki - -commit 02f90e8f7dc5707e91a74dabefd661e529a89499 -Author: Guido Günther -Date: Sun Apr 17 18:17:02 2011 +0200 - - Handle providerdb parsing errors - -commit a6a74fd8d9e55d6827cfd8534cc1c6ad7fc2ee83 -Author: Guido Günther -Date: Sat Apr 16 18:00:07 2011 +0200 - - Use PyGI instead of pygtk - - and switch to GTK+3 - -commit 0e24147fb4a1f78e40048437301b0795b08eef49 -Author: Guido Günther -Date: Fri Dec 24 19:43:31 2010 +0100 - - Line wrap USSD replies - - Some provides such as Tchibo Mobil return messages way over 100 - characters. Make sure we linewrap those. - -commit f3bcc5ed66c808ccc15417daf5f3ad25c76ad648 -Author: Guido Günther -Date: Mon Oct 25 20:10:42 2010 +0200 - - Initial commit diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index d435340..0000000 --- a/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -NULL = - -SUBDIRS = data src po - -EXTRA_DIST = \ - autogen.sh - -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update \ - gnome-doc-utils.make \ - $(NULL) diff --git a/NEWS b/NEWS deleted file mode 100644 index 1490352..0000000 --- a/NEWS +++ /dev/null @@ -1,27 +0,0 @@ -=============== -Version 0.0.3.1 -=============== -* Provider selections fixes -* Add 'change' button to allow to reconfigure current provider -* Reschedule modem setup on modem errors -* Switch to xz tarballs - -============== -Version 0.0.3 -============== -* Better handle missing and disabled modems -* Better feedback when entering top up codes if - m-b-p-i has length information for the ussd code. - -=============== -Version 0.0.2.1 -=============== -* Update to PyGObject 3.0 - -============= -Version 0.0.2 -============= -* Use GDBus instead of dbus-glib -* Add icon -* Use main window with menu bar instead of dialog -* Don't fail when provider disappears from m-b-p-i diff --git a/configure.ac b/configure.ac deleted file mode 100644 index 429b404..0000000 --- a/configure.ac +++ /dev/null @@ -1,40 +0,0 @@ -# -*- Autoconf -*- - -AC_PREREQ([2.67]) -AC_INIT([prepaid-manager-applet], [0.0.3.1], - [https://honk.sigxcpu.org/piki/projects/ppm/]) -AM_INIT_AUTOMAKE([dist-xz -Wno-portability]) - -IT_PROG_INTLTOOL([0.35.0]) - -GLIB_REQUIRED=2.25.6 -GTK_REQUIRED=3.0.0 -PYGOBJECT_REQUIRED=3.0 - -PKG_CHECK_MODULES(PPM, [glib-2.0 >= $GLIB_REQUIRED - gtk+-3.0 >= $GTK_REQUIRED - pygobject-3.0 >= $PYGOBJECT_REQUIRED]) - -GETTEXT_PACKAGE=prepaid-manager-applet -AC_SUBST(GETTEXT_PACKAGE) -AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package]) -AM_GLIB_GNU_GETTEXT - -GLIB_GSETTINGS - -GNOME_DOC_INIT - -AC_CONFIG_FILES([ -Makefile -data/Makefile -data/icons/Makefile -data/icons/scalable/Makefile -data/icons/128x128/Makefile -data/icons/64x64/Makefile -data/icons/48x48/Makefile -data/icons/32x32/Makefile -po/Makefile.in -src/Makefile -src/ppm/Makefile -]) -AC_OUTPUT diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index ad4e00f..0000000 --- a/data/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -NULL = - -SUBDIRS = icons - -gsettings_SCHEMAS = org.gnome.PrepaidManager.gschema.xml - -@INTLTOOL_XML_NOMERGE_RULE@ -@GSETTINGS_RULES@ - -%.gschema.xml.in: %.gschema.xml.in.in Makefile - $(AM_V_GEN) sed -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ - -# We need to compile schemas at make time -# to run from source tree -gschemas.compiled: $(gsettings_SCHEMAS:.xml=.valid) - $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --targetdir=. . - -@INTLTOOL_XML_RULE@ -appdatadir = $(datadir)/appdata -appdata_in_files = prepaid-manager-applet.appdata.xml.in -appdata_DATA = $(appdata_in_files:.xml.in=.xml) - -all-local: gschemas.compiled - -EXTRA_DIST = \ - org.gnome.PrepaidManager.gschema.xml.in.in \ - $(appdata_in_files) \ - $(NULL) - -CLEANFILES = \ - $(gsettings_SCHEMAS) \ - gschemas.compiled \ - $(appdata_DATA) \ - $(NULL) - diff --git a/data/icons/128x128/Makefile.am b/data/icons/128x128/Makefile.am deleted file mode 100644 index 4ee3611..0000000 --- a/data/icons/128x128/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/128x128/apps -icon_DATA = \ - ppm.png\ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am deleted file mode 100644 index dd71b0e..0000000 --- a/data/icons/32x32/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/32x32/apps -icon_DATA = \ - ppm.png\ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am deleted file mode 100644 index 0806a12..0000000 --- a/data/icons/48x48/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/48x48/apps -icon_DATA = \ - ppm.png\ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - diff --git a/data/icons/64x64/Makefile.am b/data/icons/64x64/Makefile.am deleted file mode 100644 index 0953a06..0000000 --- a/data/icons/64x64/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/64x64/apps -icon_DATA = \ - ppm.png\ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am deleted file mode 100644 index 2f415b8..0000000 --- a/data/icons/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -SUBDIRS = scalable 128x128 64x64 48x48 32x32 - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: update-icon-cache -uninstall-hook: update-icon-cache -update-icon-cache: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After (un)install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi diff --git a/data/icons/scalable/Makefile.am b/data/icons/scalable/Makefile.am deleted file mode 100644 index 7773565..0000000 --- a/data/icons/scalable/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -NULL = - -icondir = ${datadir}/icons/hicolor/scalable/apps -icon_DATA = \ - ppm.svg \ - $(NULL) - -EXTRA_DIST = $(icon_DATA) - diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index ada0251..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -SUBDIRS = ppm - -bin_SCRIPTS_IN = prepaid-manager-applet.in -bin_SCRIPTS = prepaid-manager-applet - -desktopdir = $(datadir)/applications -desktop_in_files = prepaid-manager-applet.desktop.in -desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) - -pythondir = $(pkgdatadir) -python_DATA = $(PACKAGE).py - -EXTRA_DIST = $(python_DATA) $(desktop_in_files) $(ui_DATA) $(bin_SCRIPTS_IN) - -@INTLTOOL_DESKTOP_RULE@ - -uidir = $(pkgdatadir) -ui_DATA = $(wildcard $(srcdir)/*.ui) - -$(PACKAGE): $(srcdir)/$(PACKAGE).in - sed -e "s,::PACKAGE::,$(PACKAGE)," -e "s,::PYTHONDIR::,$(pkgdatadir)," < $< > $@ - -CLEANFILES = *.pyc $(desktop_DATA) $(bin_SCRIPTS) diff --git a/src/ppm/Makefile.am b/src/ppm/Makefile.am deleted file mode 100644 index 65952cd..0000000 --- a/src/ppm/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -NULL = - -pythondir = $(pkgdatadir)/ppm/ -python_DATA_IN = __init__.py.in -python_DATA = \ - __init__.py \ - accountdb.py \ - modemproxy.py \ - provider.py \ - providerdb.py \ - $(NULL) - - -EXTRA_DIST = $(python_DATA) $(python_DATA_IN) - -%.py: $(srcdir)/%.py.in $(srcdir)/Makefile - sed -e "s,::PACKAGE::,$(PACKAGE)," \ - -e "s,::VERSION::,$(PACKAGE_VERSION)," \ - -e "s,::PYLIBDIR::,$(pkgdatadir)," \ - -e "s,::GETTEXTDIR::,$(datadir)/locale," \ - -e "s,::DATADIR::,$(datadir)," \ - -e "s,::PKGDATADIR::,$(pkgdatadir)," \ - < $< > $@ - -CLEANFILES = *.pyc -- cgit v1.2.3