Skip to content

Commit

Permalink
Merge pull request #953 from mariux64/update-libarchive-and-file-roller
Browse files Browse the repository at this point in the history
Update libarchive and File-Roller
  • Loading branch information
pmenzel authored Nov 7, 2018
2 parents bee4e8e + 44d2d82 commit b5ac2e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 4 additions & 4 deletions file-roller.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION file-roller-3.22.0-1
# BEE_VERSION file-roller-3.30.1-0

SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/file-roller/${PKGVERSION[2]}/file-roller-${PKGVERSION}.tar.xz"
SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/file-roller/${PKGVERSION[2]}/file-roller-${PKGVERSION}.tar.xz"

PATCHURL[0]=""

Expand All @@ -15,8 +15,8 @@ PATCHURL[0]=""
#}

mee_configure() {
bee_configure --disable-packagekit \
--disable-static
bee_configure \
-Dpackagekit=false
}

#mee_build() {
Expand Down
12 changes: 4 additions & 8 deletions libarchive-3.2.1-0.bee → libarchive.be0
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#!/usr/bin/env beesh

# Mon Jun 27 -- kreitler
# BEE_VERSION libarchive-3.3.3-0

BEE_MAKEFLAGS=${BEE_MAKEFLAGS:-' -j12 '}
SRCURL[0]="https://www.libarchive.org/downloads/libarchive-${PKGVERSION}.tar.gz"

[ $UID != 0 ] && PREFIX=/dev/shm/junk

SRCURL[0]="http://www.libarchive.org/downloads/libarchive-${PKGVERSION}.tar.gz"

# Diese kloppskoepfe kuemmern sich einen dreck um so.versionsn
# Diese kloppskoepfe kuemmern sich einen dreck um so.versions
#
# libarchive-3.1.2 libarchive-3.2.1
#
Expand All @@ -22,7 +18,7 @@ SRCURL[0]="http://www.libarchive.org/downloads/libarchive-${PKGVERSION}.tar.gz"
# Hirn: {F}:download, {S}:source, {B}:build, {D}:image

function mee_patch() {
( cd ${S}; rm -v CMakeLists.txt; sleep 3 ) # defeat cmake
( cd ${S}; rm -v CMakeLists.txt; sleep 3 ) # defeat cmake
}

function mee_install() {
Expand Down

0 comments on commit b5ac2e4

Please sign in to comment.