Graphical package manager for pacman based on pamac 5.x.x
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
MSGLANGS=$(notdir $(wildcard *.po))
|
|
|
|
MSGOBJS=$(addprefix locale/,$(MSGLANGS:.po=/LC_MESSAGES/pamac.mo))
|
|
|
|
locale/%/LC_MESSAGES/pamac.mo: %.po
|
|
msgfmt -c -o $*.mo $*.po
|
|
mkdir -p $(dir $@)
|
|
cp $*.mo $(dir $@)pamac.mo
|
|
|
|
gettext: $(MSGOBJS)
|
|
itstool -j ../data/polkit/org.manjaro.pamac.policy.in -o ../data/polkit/org.manjaro.pamac.policy $(MSGLANGS:.po=.mo)
|