Commit c8aa4ea0 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

browser, regular.mk: drop palemoon

...it's no more in Sisyphus too: See-also: http://git.altlinux.org/tasks/archive/done/_232/238525
parent aae43309
......@@ -117,7 +117,7 @@ distro/regular-icewm: distro/.regular-sysv-gtk mixin/regular-icewm \
# wdm can't do autologin so add standalone one for livecd
distro/regular-wmaker: distro/.regular-sysv \
mixin/regular-wmaker use/live/autologin use/browser/palemoon/i18n
mixin/regular-wmaker use/live/autologin
@$(call add,LIVE_PACKAGES,wdm wmxkbru)
distro/regular-gnustep: distro/.regular-sysv \
......
......@@ -14,17 +14,6 @@ use/browser/seamonkey use/browser/netsurf \
use/browser/%: use/browser
@$(call set,THE_BROWSER,$*)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/browser/palemoon: use/browser
@$(call set,THE_BROWSER,$*)
use/browser/palemoon/i18n: use/browser/palemoon
@$(call add,THE_BROWSER,palemoon-ru)
else
use/browser/palemoon: use/browser/firefox; @:
use/browser/palemoon/i18n: use/browser/palemoon; @:
endif
# the complete lack of dependencies is intentional
use/browser/firefox/esr:
@$(call set,FX_FLAVOUR,-esr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment