Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit e4bbd5f

Browse files
committed
update build deps
1 parent ad7346b commit e4bbd5f

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

debian/control

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Source: nx-notifications-applet
2-
Section: KDE
2+
Section: kde
33
Priority: optional
44
Maintainer: Uri Herrera <[email protected]>
5-
Build-Depends: debhelper (>=9), cmake, extra-cmake-modules, libkf5i18n-dev, plasma-framework-dev, qtbase5-dev, qtdeclarative5-dev, libkf5windowsystem-dev, kio-dev
5+
Build-Depends: debhelper (>=9), cmake, extra-cmake-modules, libkf5i18n-dev, libkf5plasma-dev, qtbase5-dev, qtdeclarative5-dev, libkf5windowsystem-dev, libkf5kio-dev
66
Standards-Version: 3.9.6
77

88
Package: nx-notifications-applet

travis-build.sh

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
#!/bin/bash
22

3-
apt-get --yes update
4-
apt-get --yes install wget gnupg2
3+
set -x
54

6-
### Add KDENeon Repository
7-
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 55751E5D
8-
wget -qO /etc/apt/sources.list.d/neon-user-repo.list https://raw.githubusercontent.com/Nitrux/nitrux-iso-tool/development/configs/files/sources.list.neon.user
5+
apt -qq update
6+
apt -qq -yy install equivs curl git wget gnupg2
7+
8+
### FIXME - the container mauikit/ubuntu-18.04-amd64 does have the neon repo but for some idiotic reason it isn't working here
9+
10+
wget -qO /etc/apt/sources.list.d/neon-user-repo.list https://raw.githubusercontent.com/Nitrux/iso-tool/development/configs/files/sources.list.neon.user
11+
12+
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
13+
55751E5D > /dev/null
14+
15+
apt -qq update
916

1017
### Install Dependencies
11-
apt-get --yes update
12-
apt-get --yes dist-upgrade
13-
apt-get --yes install devscripts lintian build-essential automake autotools-dev equivs
18+
DEBIAN_FRONTEND=noninteractive apt -qq -yy install devscripts lintian build-essential automake autotools-dev
1419
mk-build-deps -i -t "apt-get --yes" -r
1520

1621
### Build Deb

0 commit comments

Comments
 (0)