Skip to content

Commit

Permalink
Merge pull request #1962 from mariux64/update-gnome-session-and-eog
Browse files Browse the repository at this point in the history
Update to gnome-session 3.12.1 and Eye of GNOME 3.38.0
  • Loading branch information
pmenzel authored Oct 12, 2020
2 parents 0cb82b8 + 73f772e commit 3cf9897
Show file tree
Hide file tree
Showing 9 changed files with 130 additions and 59 deletions.
12 changes: 7 additions & 5 deletions eog.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION eog-3.26.2-0
# BEE_VERSION eog-3.38.0-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down Expand Up @@ -47,9 +47,11 @@ SRCURL[0]="https://download.gnome.org/sources/eog/${PKGVERSION[2]}/eog-${PKGVERS
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
-Dxmp=false \
-Dlibportal=false
}

#mee_build() {
# bee_build
Expand All @@ -62,7 +64,7 @@ SRCURL[0]="https://download.gnome.org/sources/eog/${PKGVERSION[2]}/eog-${PKGVERS

# get rid of a thousand unneeded files
mee_install_post() {
ls -d ${D}/usr/share/help/* | grep -v -e 'C$' -e 'en_GB$' | xargs rm -r
start_cmd ls -d ${D}/usr/share/help/* | grep -v -e 'C$' -e 'en_GB$' | xargs rm -r
}

###############################################################################
Expand Down
37 changes: 0 additions & 37 deletions gnome-desktop-3.4.1-0.bee

This file was deleted.

36 changes: 36 additions & 0 deletions gnome-desktop.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION gnome-desktop-3.10.2-0

SRCURL[0]="https://download.gnome.org/sources/gnome-desktop/${PKGVERSION[2
]}/gnome-desktop-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
37 changes: 37 additions & 0 deletions gnome-desktop_compat-3.4.1-0.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION gnome-desktop_compat-3.4.1-0

# SRCURL[0]=""

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

mee_install() {
cd ${D}
tar xpf /src/mariux/beeroot/packages/gnome-desktop-3.4.1-0.x86_64.bee.tar.bz2 \
/usr/lib/libgnome-desktop-3.so.2
}

#mee_install_post() {
# exit
#}
7 changes: 0 additions & 7 deletions gnome-session-3.4.1-2.bee

This file was deleted.

40 changes: 40 additions & 0 deletions gnome-session.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION gnome-session-3.12.1-0

SRCURL[0]="https://download.gnome.org/sources/gnome-session/${PKGVERSION[2
]}/gnome-session-${PKGVERSION}.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
start_cmd mv ${D}${DATADIR}/xsessions{,.available}
}

#mee_install_post() {
# exit
#}
2 changes: 1 addition & 1 deletion libjpeg-turbo.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libjpeg-turbo-1.4.2-1
# BEE_VERSION libjpeg-turbo-1.5.3-0

SRCURL[0]="https://sourceforge.net/projects/libjpeg-turbo/files/${PKGVERSION}/libjpeg-turbo-${PKGVERSION}.tar.gz/download libjpeg-turbo-${PKGVERSION}.tar.gz"

Expand Down
9 changes: 0 additions & 9 deletions librsvg-2.40.13-0.bee

This file was deleted.

9 changes: 9 additions & 0 deletions librsvg.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/env beesh

# BEE_VERSION librsvg-2.47.3-0

SRCURL[0]="https://download.gnome.org/sources/librsvg/${PKGVERSION[2]}/librsvg-${PKGVERSION}.tar.xz"

mee_configure() {
bee_configure --disable-mozilla-plugin
}

0 comments on commit 3cf9897

Please sign in to comment.