Commit 54b0ade5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack: improve ungoogled-chromium

parent 7d4abde1
......@@ -2,7 +2,7 @@
PKGNAME=ungoogled-chromium
SUPPORTEDARCHES="x86_64"
DESCRIPTION='' #"Google Chromium, sans integration with Google from the official site"
DESCRIPTION="Google Chromium, sans integration with Google from the official site"
. $(dirname $0)/common.sh
......
......@@ -6,7 +6,7 @@ SPEC="$2"
PRODUCT=ungoogled-chromium
. $(dirname $0)/common.sh
. $(dirname $0)/common-chromium-browser.sh
#subst '1iAutoProv:no' $SPEC
......@@ -15,10 +15,34 @@ ROOTDIR=$(basename $(find $BUILDROOT -mindepth 1 -maxdepth 1 -type d))
subst "s|^License: unknown$|License: BSD-3-Clause license|" $SPEC
subst "s|^Summary:.*|Summary: Google Chromium, sans integration with Google|" $SPEC
mkdir $BUILDROOT/opt
mv $BUILDROOT/$ROOTDIR $BUILDROOT/opt/$PRODUCT
subst "s|\"/$ROOTDIR/|\"/opt/$PRODUCT/|" $SPEC
move_to_opt /$ROOTDIR
add_bin_link_command
add_bin_link_command $PRODUCT $PRODUCTDIR/chrome-wrapper
# TODO: unsupported
use_system_xdg
install_file $PRODUCTDIR/product_logo_48.png /usr/share/pixmaps/$PRODUCT.png
create desktop file
mkdir -p $BUILDROOT/usr/share/applications/
cat <<EOF >$BUILDROOT/usr/share/applications/$PRODUCT.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=Ungoogled Chromium Web Browser
Name[ru]=Веб-браузер Ungoogled Chromium
Comment=Google Chromium, sans integration with Google
Icon=$PRODUCT
Exec=$PRODUCT %u
Categories=GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
Terminal=false
GenericName=Ungoogle Chromium Web Browser
GenericName[ru]=Веб-браузер Ungoogled Chromium
EOF
pack_file /usr/share/applications/$PRODUCT.desktop
set_alt_alternatives 65
install_deps
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