diff options
author | Horst3180 | 2015-11-04 13:53:52 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-04 14:55:52 +0100 |
commit | 6dc98718bb8dff792f33dccd841af4bd590edb83 (patch) | |
tree | ec644d8ae159383fd9d8e7a5e0e263660c00cf84 | |
parent | 77b3159c5482051456597da2d9eb051242db2251 (diff) | |
download | solarc-firefox-theme-6dc98718bb8dff792f33dccd841af4bd590edb83.tar.gz solarc-firefox-theme-6dc98718bb8dff792f33dccd841af4bd590edb83.tar.xz solarc-firefox-theme-6dc98718bb8dff792f33dccd841af4bd590edb83.zip |
Revert "remove target platform restrictions"
This reverts commit 00109a5fafb0680a0f71306f7f35e73e8b07c565.
-rw-r--r-- | arc-firefox-theme/install.rdf | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/arc-firefox-theme/install.rdf b/arc-firefox-theme/install.rdf index 0e771e0..b8d6d49 100644 --- a/arc-firefox-theme/install.rdf +++ b/arc-firefox-theme/install.rdf @@ -5,13 +5,17 @@ <Description about="urn:mozilla:install-manifest"> <em:id>{52c2877e-44e1-11e5-8874-a62d1d5d46B0}</em:id> - <em:version>42.20151103</em:version> + <em:version>42.20151104</em:version> <em:type>4</em:type> <em:name>Arc Theme</em:name> <em:description>Arc Theme for Firefox</em:description> <em:creator>horst3180</em:creator> <em:internalName>arc-theme</em:internalName> <em:skinnable>false</em:skinnable> + <em:targetPlatform>Linux</em:targetPlatform> + <em:targetPlatform>OpenBSD</em:targetPlatform> + <em:targetPlatform>FreeBSD</em:targetPlatform> + <em:targetPlatform>NetBSD</em:targetPlatform> <em:targetApplication> <Description> diff --git a/configure.ac b/configure.ac index 49604bc..a3f17bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([arc-firefox-theme], [42.20151103], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) +AC_INIT([arc-firefox-theme], [42.20151104], [https://github.com/horst3180/arc-firefox-theme/issues], [arc-firefox-theme], [https://github.com/horst3180/arc-firefox-theme]) AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects tar-ustar]) AC_PREFIX_DEFAULT(/usr/local) AM_SILENT_RULES([yes]) |