mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
updated
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
86ba79e579646f13a1569deef73edf7b
|
||||
18586d62f24671fa15f4a5dd7b19c09c
|
||||
79060bcd11d47d0341a45649e061e182
|
||||
79a6ba77ea0ef6b9fb145775e6f7efec
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# description : Stand-alone browser based on the Mozilla codebase
|
||||
# depends : alsa-lib gtk2 gtk3 nss nspr icu libevent libvpx sqlite dbus-glib graphite2 harfbuzz
|
||||
# makedepends : unzip zip autoconf2.13 yasm rustc gconf llvm
|
||||
# makedepends : unzip zip autoconf2.13 yasm rust gconf llvm
|
||||
|
||||
name=firefox
|
||||
version=57.0.3
|
||||
version=57.0.4
|
||||
release=1
|
||||
source=(https://archive.mozilla.org/pub/firefox/releases/$version/source/$name-$version.source.tar.xz
|
||||
$name-system_graphite2_harfbuzz-1.patch
|
||||
@@ -126,7 +126,7 @@ EOF
|
||||
cat > $PKG/usr/share/applications/firefox.desktop << "EOF"
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Firefox Web Browser
|
||||
Name=Firefox
|
||||
Comment=Browse the World Wide Web
|
||||
GenericName=Web Browser
|
||||
Exec=firefox %u
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
|
||||
# makedepends : curl cmake python2
|
||||
|
||||
name=rustc
|
||||
name=rust
|
||||
version=1.19.0
|
||||
release=1
|
||||
source=(https://static.rust-lang.org/dist/$name-$version-src.tar.gz)
|
||||
source=(https://static.rust-lang.org/dist/rustc-$version-src.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version-src
|
||||
cd rustc-$version-src
|
||||
|
||||
cat <<EOF > config.toml
|
||||
# see src/bootstrap/config.toml.example for more possible options
|
||||
@@ -22,7 +22,7 @@ extended = true
|
||||
|
||||
[install]
|
||||
prefix = "/usr"
|
||||
docdir = "share/doc/rustc-1.19.0"
|
||||
docdir = "share/doc/rustc"
|
||||
channel = "stable"
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user