issue building indicators
Opened this issue · 3 comments
im trying to build the package, the package without indicators build fine but when i try to build indicator it cant find "hybridbar-1.0" because its not already installed, i dont have the problem if i build and install hybridbar first without indicators. But this is not correct it should all build at the same time or have another package for indicators if i want to package this for the distro i use.
mkdir build
cd build
CFLAGS="$SLKCFLAGS"
CXXFLAGS="$SLKCFLAGS"
meson ..
--buildtype=release
--infodir=/usr/info
--libdir=/usr/lib${LIBDIRSUFFIX}
--localstatedir=/var
--mandir=/usr/man
--prefix=/usr
--sysconfdir=/etc
-Dstrip=true \
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install
cd ..
cd indicators
./build.sh --prefix=/usr
Yes I recognize that this is not correct but that is how currently is done.
First you compile hybridbar and then indicators. I should probably make these seperate packages but I really have not had enough free time to work on these hobby projects lately. I will try to split the panel and indicators into seperate repos so that you and anybody else can make distro packages. I will let you know here when I'm done.
Thank you very much!!! having the indicators in separate packages would be great!!
best regards!!
Please dont forget to split the indicators, the program is very nice. i really want to package this for Slackware.