This commit is contained in:
emmett1
2018-01-12 20:41:52 +08:00
parent d525bee55f
commit 666e33c089
5 changed files with 1302 additions and 1302 deletions

2588
core/REPO

File diff suppressed because it is too large Load Diff

View File

@@ -1,3 +1,3 @@
86ba79e579646f13a1569deef73edf7b
18586d62f24671fa15f4a5dd7b19c09c
79060bcd11d47d0341a45649e061e182
79a6ba77ea0ef6b9fb145775e6f7efec

View File

@@ -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

View File

@@ -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