wok-next diff feathernotes/receipt @ rev 20502

Swap: current mesa (which is developing and change it's version) is just mesa, while old mesa is mesa12 now (will be removed if no one old package require it).
Also, change long names to its origins: libglu-mesa -> glu, libglw-mesa -> glw, all variations with libegl -> mesa-libegl (because it is part of mesa package).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 16 00:27:34 2018 +0200 (2018-03-16)
parents 4e37d8bb7375
children 5669e8b3be70
line diff
     1.1 --- a/feathernotes/receipt	Wed Nov 08 21:51:43 2017 +0200
     1.2 +++ b/feathernotes/receipt	Fri Mar 16 00:27:34 2018 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  TARBALL="$PACKAGE-$COMMIT.tar.gz"
     1.5  WGET_URL="https://github.com/tsujan/FeatherNotes/archive/$COMMIT.tar.gz"
     1.6  
     1.7 -BUILD_DEPENDS="qt5-dev mesa17-dev"
     1.8 +BUILD_DEPENDS="qt5-dev mesa-dev"
     1.9  
    1.10  compile_rules() {
    1.11  	mkdir build
    1.12 @@ -28,5 +28,5 @@
    1.13  
    1.14  genpkg_rules() {
    1.15  	copy @std
    1.16 -	DEPENDS="libatomic mesa17 qt5-base qt5-svg qt5-x11extras xorg-libX11"
    1.17 +	DEPENDS="libatomic mesa qt5-base qt5-svg qt5-x11extras xorg-libX11"
    1.18  }