albert: update to 0.16.1.
This commit is contained in:
parent
d023284736
commit
4bdac8a450
|
@ -1,13 +0,0 @@
|
|||
diff --git application/CMakeLists.txt application/CMakeLists.txt
|
||||
index df1f64c..9ac74f8 100644
|
||||
--- application/CMakeLists.txt
|
||||
+++ application/CMakeLists.txt
|
||||
@@ -6,7 +6,7 @@ project(albert)
|
||||
add_executable(${PROJECT_NAME} main.cpp)
|
||||
|
||||
# Link target to libraries
|
||||
-target_link_libraries(${PROJECT_NAME} PRIVATE albertcore)
|
||||
+target_link_libraries(${PROJECT_NAME} PRIVATE albertcore xdg globalshortcut)
|
||||
|
||||
# Set the RPATH for the library lookup
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "$ORIGIN/../${CMAKE_INSTALL_LIBDIR}/albert/")
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'albert'
|
||||
pkgname=albert
|
||||
version=0.14.22
|
||||
version=0.16.1
|
||||
revision=1
|
||||
_plugins_hash=c5c79b9ad9d6263a61e785cdc01a62af2dec8c79
|
||||
_plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4
|
||||
_pybind_version=2.2.4
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_VIRTUALBOX=OFF"
|
||||
makedepends="libqalculate-devel muparser-devel python-devel qt5-declarative-devel
|
||||
qt5-svg-devel qt5-x11extras-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||||
qt5-plugin-sqlite qt5-plugin-tds"
|
||||
qt5-plugin-sqlite qt5-plugin-tds qt5-charts-devel"
|
||||
depends="qt5-plugin-sqlite qt5-quickcontrols qt5-graphicaleffects"
|
||||
short_desc="Lightweight desktop environment agnostic launcher"
|
||||
maintainer="Nemh <nemh@protonmail.com>"
|
||||
|
@ -17,8 +17,8 @@ homepage="https://github.com/albertlauncher/albert"
|
|||
distfiles="https://github.com/albertlauncher/albert/archive/v${version}.tar.gz
|
||||
https://github.com/albertlauncher/plugins/archive/${_plugins_hash}.tar.gz
|
||||
https://github.com/pybind/pybind11/archive/v${_pybind_version}.tar.gz"
|
||||
checksum="36fcdcb79f65861dd6da0d073094d0f13b51b3a8522e15e97aeb1ebdb224714b
|
||||
4334f72ff6207538b42a9a71fb1df242d9f00e26a3b306a824472a1e5769a378
|
||||
checksum="e244b5825ef453221b221d76df30f8496c2e176ec6b9c26db21735d8e809956a
|
||||
1986041e464c87e7ccc4f01b0eb4302f101aa3d62f5b02929fc97f68b3a38623
|
||||
b69e83658513215b8d1443544d0549b7d231b9f201f6fc787a2b2218b408181e"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue