Skip to content

Commit

Permalink
gnome-session: Use current minimal bee file template
Browse files Browse the repository at this point in the history
pmenzel committed Oct 1, 2020
1 parent 7a93495 commit d203dc7
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion gnome-session.be0
Original file line number Diff line number Diff line change
@@ -2,8 +2,39 @@

# BEE_VERSION gnome-session-3.12.1-0

SRCURL[0]="https://download.gnome.org/sources/gnome-session/${PKGVERSION[2]}/gnome-session-${PKGVERSION}.tar.xz"
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
#}

0 comments on commit d203dc7

Please sign in to comment.