Skip to content

gnutls_compat: fix beefile #1443

Merged
merged 1 commit into from
Nov 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 0 additions & 95 deletions gnutls_compat-2.8.6-0.bee

This file was deleted.

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

# BEE_VERSION gnutls_compat-2.8.6-1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does “fix archive source filename” mean? That you add the revision to the end?

-gnutls_compat-2.8.6-0
+gnutls_compat-2.8.6-0-1

Is that versioning of compatibility packages new?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo. fixed.


# 2019-11-01
# /usr/lib/libgnutls.so.26 /usr/bin/gtklp
# /usr/lib/libgnutls.so.26 /usr/bin/gtklpq
# /usr/lib/libgnutls.so.26 /usr/lib/control-center-1/panels/libprinters.so
# /usr/lib/libgnutls.so.26 /usr/lib/gio/modules/libgiognutls.so
# /usr/lib/libgnutls.so.26 /usr/lib/gnome-settings-daemon-3.0/libprint-notifications.so
# /usr/lib/libgnutls.so.26 /usr/lib/gnome-settings-daemon/gsd-printer
# /usr/lib/libgnutls.so.26 /usr/lib/vino/vino-server

# more info: https://foo.bar.com
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this stay?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep for reference until rm

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

welll considering #1444 we could remove the vino reference...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or ... #1445 ...


SRCURL=()

# 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() {
cd ${D}
tar xvpf /src/mariux/beeroot/packages/gnutls-2.8.6-0.x86_64.bee.tar.bz2 \
/usr/lib/libgnutls-extra.so.26 \
/usr/lib/libgnutls-extra.so.26.14.12 \
/usr/lib/libgnutls-openssl.so.26 \
/usr/lib/libgnutls-openssl.so.26.14.12 \
/usr/lib/libgnutls.so.26 \
/usr/lib/libgnutls.so.26.14.12 \
/usr/lib/libgnutlsxx.so.26 \
/usr/lib/libgnutlsxx.so.26.14.12
}

#mee_install_post() {
# exit
#}